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 pitrou
Recipients brett.cannon, loewis, pitrou, scoder
Date 2012-11-03.22:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351980066.71.0.522982055317.issue16392@psf.upfronthosting.co.za>
In-reply-to
Content
Note that Py_InitModule4 in Python 2 did add the module object to sys.modules (by calling PyImport_AddModule) before returning, but PyModule_Create in Python 3 doesn't.

(PEP 3121 doesn't seem to mention PyModule_Create at all, strangely; it seems the PEP doesn't follow the implementation)
History
Date User Action Args
2012-11-03 22:01:06pitrousetrecipients: + pitrou, loewis, brett.cannon, scoder
2012-11-03 22:01:06pitrousetmessageid: <1351980066.71.0.522982055317.issue16392@psf.upfronthosting.co.za>
2012-11-03 22:01:06pitroulinkissue16392 messages
2012-11-03 22:01:06pitroucreate