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 amaury.forgeotdarc
Recipients adityaatluri, amaury.forgeotdarc, eric.araujo, tarek
Date 2013-06-14.09:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371203760.68.0.486288065897.issue18210@psf.upfronthosting.co.za>
In-reply-to
Content
Python3 has a new API to create modules: PyModule_Create() and PyModuleDef.

See also:
http://docs.python.org/3/howto/cporting.html?highlight=pymodule_create#module-initialization-and-state
History
Date User Action Args
2013-06-14 09:56:00amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tarek, eric.araujo, adityaatluri
2013-06-14 09:56:00amaury.forgeotdarcsetmessageid: <1371203760.68.0.486288065897.issue18210@psf.upfronthosting.co.za>
2013-06-14 09:56:00amaury.forgeotdarclinkissue18210 messages
2013-06-14 09:56:00amaury.forgeotdarccreate