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 eli.bendersky
Recipients Arfrever, Robin.Schreiber, asvetlov, effbot, eli.bendersky, pitrou, python-dev
Date 2013-08-11.00:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376181892.93.0.06100064963.issue15651@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, Antoine, w.r.t documentation - I agree that the whole PyState_* sequence needs better documentation and examples, but in the meantime I'm attaching a simple patch for c-api/module.rst. It clarifies that PyState_AddModule doesn't really have to be called explicitly in extensions.
History
Date User Action Args
2013-08-11 00:44:52eli.benderskysetrecipients: + eli.bendersky, effbot, pitrou, Arfrever, asvetlov, python-dev, Robin.Schreiber
2013-08-11 00:44:52eli.benderskysetmessageid: <1376181892.93.0.06100064963.issue15651@psf.upfronthosting.co.za>
2013-08-11 00:44:52eli.benderskylinkissue15651 messages
2013-08-11 00:44:52eli.benderskycreate