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 pankaj.s01
Recipients benjamin.peterson, pankaj.s01
Date 2015-07-25.11:33:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437824033.54.0.506847250917.issue24719@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
There is resource leak in cPickle module in function "Pickle_getvalue()". so need to free before return .
I have attached patched ,please review it.

Thnaks!
History
Date User Action Args
2015-07-25 11:33:53pankaj.s01setrecipients: + pankaj.s01, benjamin.peterson
2015-07-25 11:33:53pankaj.s01setmessageid: <1437824033.54.0.506847250917.issue24719@psf.upfronthosting.co.za>
2015-07-25 11:33:53pankaj.s01linkissue24719 messages
2015-07-25 11:33:53pankaj.s01create