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 squidevil
Recipients josh.r, martin.panter, serhiy.storchaka, squidevil
Date 2016-01-30.00:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454113379.6.0.709729174131.issue26168@psf.upfronthosting.co.za>
In-reply-to
Content
Martin Panter: You're right.  The DECREF on v when itemfailed will decref the N object and prevent the leak.  My original analysis was wrong on that count.

You're right, do_mklist and do_mkdict (in 2.7.11 at least) have similar problems, bailing after list or dict creation failure, without continuing to process the rest of the items.
History
Date User Action Args
2016-01-30 00:22:59squidevilsetrecipients: + squidevil, martin.panter, serhiy.storchaka, josh.r
2016-01-30 00:22:59squidevilsetmessageid: <1454113379.6.0.709729174131.issue26168@psf.upfronthosting.co.za>
2016-01-30 00:22:59squidevillinkissue26168 messages
2016-01-30 00:22:59squidevilcreate