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 christian.heimes
Recipients christian.heimes
Date 2013-07-26.13:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374846357.58.0.162298392786.issue18559@psf.upfronthosting.co.za>
In-reply-to
Content
Two functions in _pickle  Py_DECREF() a variable although it may be NULL. The patch corrects the error handling paths.

CID 1058277
CID 1058278
History
Date User Action Args
2013-07-26 13:45:57christian.heimessetrecipients: + christian.heimes
2013-07-26 13:45:57christian.heimessetmessageid: <1374846357.58.0.162298392786.issue18559@psf.upfronthosting.co.za>
2013-07-26 13:45:57christian.heimeslinkissue18559 messages
2013-07-26 13:45:57christian.heimescreate