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 jll
Recipients jll
Date 2012-07-19.13:24:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342704296.69.0.163968791178.issue15394@psf.upfronthosting.co.za>
In-reply-to
Content
In objects/moduleobject.c, in the function PyModule_Create2, it appears that m should be decrefed on all of the failure paths between its allocation and the return from the function.
History
Date User Action Args
2012-07-19 13:24:56jllsetrecipients: + jll
2012-07-19 13:24:56jllsetmessageid: <1342704296.69.0.163968791178.issue15394@psf.upfronthosting.co.za>
2012-07-19 13:24:55jlllinkissue15394 messages
2012-07-19 13:24:55jllcreate