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 barry
Recipients barry, benjamin.peterson, doko, martin.panter, serhiy.storchaka
Date 2015-12-01.16:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448988663.97.0.545018750602.issue25698@psf.upfronthosting.co.za>
In-reply-to
Content
Well, one thing I noticed is that init_stuff() in cPickle.c can leak the copy_reg module object, if any of the subsequent PyObject_GetAttr*() calls fail.  They return -1 without decref'ing copyreg.  Probably not a horrible leak since it's probably rare, but it should be fixed on principle.
History
Date User Action Args
2015-12-01 16:51:04barrysetrecipients: + barry, doko, benjamin.peterson, martin.panter, serhiy.storchaka
2015-12-01 16:51:03barrysetmessageid: <1448988663.97.0.545018750602.issue25698@psf.upfronthosting.co.za>
2015-12-01 16:51:03barrylinkissue25698 messages
2015-12-01 16:51:03barrycreate