1.5.2 broke IRIX module loading

Randall Hopper aa8vb at vislab.epa.gov
Fri Apr 16 14:14:34 EDT 1999


srowland at biocryst.com:
 |> Randall Hopper:
 |> >  I built and tried 1.5.2 this morning, and it failed to load a module
 |> > that worked fine on 1.5.1.
 |
 |Does this failure occur for all modules including standard
 |Python Library modules or is it limited to some specialized module?

The latter.  It's an unresolved symbol issue that before didn't make any
difference.  The new dlopen flags basically force every symbol to resolve
at link time whether they are used or not.

Randall




More information about the Python-list mailing list