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 ncoghlan
Recipients brett.cannon, eric.snow, loewis, ncoghlan, pitrou, sbt
Date 2013-08-07.01:49:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375840196.98.0.117433808484.issue18674@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that the more appropriate change here would be to redefine PyState_FindModule as return a *new* ref rather than a borrowed ref and have it do the Py_INCREF before returning.

Code using it would then need to add an appropriate Py_DECREF. A reference leak is generally a less dangerous bug than an early free.
History
Date User Action Args
2013-08-07 01:49:57ncoghlansetrecipients: + ncoghlan, loewis, brett.cannon, pitrou, sbt, eric.snow
2013-08-07 01:49:56ncoghlansetmessageid: <1375840196.98.0.117433808484.issue18674@psf.upfronthosting.co.za>
2013-08-07 01:49:56ncoghlanlinkissue18674 messages
2013-08-07 01:49:56ncoghlancreate