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 blackfawn
Recipients blackfawn, gregory.p.smith
Date 2015-04-14.23:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429053168.87.0.990858167954.issue23960@psf.upfronthosting.co.za>
In-reply-to
Content
When creating kwargs to construct the ImportError, if PyDict_SetItemString fails the function returns without decref'ing the already-created locals.
History
Date User Action Args
2015-04-14 23:12:48blackfawnsetrecipients: + blackfawn, gregory.p.smith
2015-04-14 23:12:48blackfawnsetmessageid: <1429053168.87.0.990858167954.issue23960@psf.upfronthosting.co.za>
2015-04-14 23:12:48blackfawnlinkissue23960 messages
2015-04-14 23:12:48blackfawncreate