Message 96454 - Python tracker

Message96454

Author patrickkidd
Recipients patrickkidd
Date 2009-12-15.18:56:17
SpamBayes Score 6.414041e-05
Marked as misclassified No
Message-id <1260903379.83.0.360315644527.issue7517@psf.upfronthosting.co.za>
In-reply-to
Content
Tools/Freeze/freeze.py is still producing C code that expects the old-
style module initialization functions, causing link errors.

The simple example in Tools/Freeze/hello.py easily demonstrates this 
behavior.
History
Date User Action Args
2009-12-15 18:56:20patrickkiddsetrecipients: + patrickkidd
2009-12-15 18:56:19patrickkiddsetmessageid: <1260903379.83.0.360315644527.issue7517@psf.upfronthosting.co.za>
2009-12-15 18:56:18patrickkiddlinkissue7517 messages
2009-12-15 18:56:18patrickkiddcreate