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 kristjan.jonsson
Recipients asvetlov, kristjan.jonsson, qualab, serhiy.storchaka, vstinner
Date 2014-04-09.20:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397075603.02.0.461354093249.issue20434@psf.upfronthosting.co.za>
In-reply-to
Content
Here we are.  There were a lot of places where this was being incorrectly done.  And some places where this was being considered a recoverable error, which it isn't because the source is freed.

Which sort of supports my opinion that this is bad general api design, but perhaps a good conveneice function for limited use.
History
Date User Action Args
2014-04-09 20:33:23kristjan.jonssonsetrecipients: + kristjan.jonsson, vstinner, asvetlov, serhiy.storchaka, qualab
2014-04-09 20:33:23kristjan.jonssonsetmessageid: <1397075603.02.0.461354093249.issue20434@psf.upfronthosting.co.za>
2014-04-09 20:33:22kristjan.jonssonlinkissue20434 messages
2014-04-09 20:33:21kristjan.jonssoncreate