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 christian.heimes
Recipients _doublep, christian.heimes, loewis
Date 2008-09-27.16:02:39
SpamBayes Score 6.135831e-05
Marked as misclassified No
Message-id <1222531360.15.0.344991946194.issue3740@psf.upfronthosting.co.za>
In-reply-to
Content
The state (md_state) is set to NULL in PyModule_New(name). However
PyModule_Create(mod) allocates memory iff the module size (m_size) isn't 0.
History
Date User Action Args
2008-09-27 16:02:40christian.heimessetrecipients: + christian.heimes, loewis, _doublep
2008-09-27 16:02:40christian.heimessetmessageid: <1222531360.15.0.344991946194.issue3740@psf.upfronthosting.co.za>
2008-09-27 16:02:39christian.heimeslinkissue3740 messages
2008-09-27 16:02:39christian.heimescreate