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 loewis
Recipients amaury.forgeotdarc, barry, christian.heimes, loewis, vstinner
Date 2008-11-06.18:21:04
SpamBayes Score 0.004723572
Marked as misclassified No
Message-id <1225995664.87.0.811651002413.issue4236@psf.upfronthosting.co.za>
In-reply-to
Content
PyModule_Create2 might be new, but the warning certainly is not - for
2.x, it lives in Py_InitModule4. Indeed, I can reproduce the problem
with 2.7a0, replacing the import of warnings with an import of imp.
History
Date User Action Args
2008-11-06 18:21:05loewissetrecipients: + loewis, barry, amaury.forgeotdarc, vstinner, christian.heimes
2008-11-06 18:21:04loewissetmessageid: <1225995664.87.0.811651002413.issue4236@psf.upfronthosting.co.za>
2008-11-06 18:21:04loewislinkissue4236 messages
2008-11-06 18:21:04loewiscreate