This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ihavetopee
Recipients
Date 2007-04-19.19:40:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
right now, i'm using macosx 10.2/python 2.4 
but this should affect any macosx/darwin that's building python as a library instead of a framework
meaning the symbol _environ will be completely undefined and no third party python bindings will work
from posixmodule.c
 /* On Darwin/MacOSX a shared library or framework has no access to
 ** environ directly, we must obtain it with _NSGetEnviron().
 */
however, the #ifdef that comment is contained in only takes the framework into consideration
History
Date User Action Args
2007-08-23 15:55:27adminlinkissue1602133 messages
2007-08-23 15:55:27admincreate