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 chin
Recipients amaury.forgeotdarc, chin, loewis, tarek
Date 2009-04-15.04:32:29
SpamBayes Score 0.0004863705
Marked as misclassified No
Message-id <1239769957.43.0.34150051897.issue5735@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for patch, it works now:

Python compiled with --with-pydebug throws an ImportError when trying to
import modules compiled without --with-pydebug, as it should:

ImportError: /usr/local/lib/python3.0/site-packages/ext23.so: undefined
symbol: PyModule_Create2
History
Date User Action Args
2009-04-15 04:32:39chinsetrecipients: + chin, loewis, amaury.forgeotdarc, tarek
2009-04-15 04:32:37chinsetmessageid: <1239769957.43.0.34150051897.issue5735@psf.upfronthosting.co.za>
2009-04-15 04:32:33chinlinkissue5735 messages
2009-04-15 04:32:31chincreate