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 scoder
Recipients brett.cannon, loewis, pitrou, scoder
Date 2012-11-03.22:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351981125.38.0.978499041216.issue16392@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, we already do that for packages (i.e. when compiling __init__.py). Looks like this just needs to be done for all modules in Py3. And unless there is a compelling reason for Py_InitModule4() not to do it, I think it should be reverted to its Py2 behaviour.
History
Date User Action Args
2012-11-03 22:18:45scodersetrecipients: + scoder, loewis, brett.cannon, pitrou
2012-11-03 22:18:45scodersetmessageid: <1351981125.38.0.978499041216.issue16392@psf.upfronthosting.co.za>
2012-11-03 22:18:45scoderlinkissue16392 messages
2012-11-03 22:18:45scodercreate