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 vstinner
Recipients Demur Rumed, Mark.Shannon, berker.peksag, python-dev, rbcollins, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-12.09:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473671050.33.0.908529582575.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
The change 51b635e81958 introduced memory leaks. Example:

$ ./python -m test -R 3:3 test_extcall
(...)
test_extcall leaked [102, 102, 102] references, sum=306
test_extcall leaked [41, 41, 41] memory blocks, sum=123

I'm analyzing the change to try to identify leaks.
History
Date User Action Args
2016-09-12 09:04:10vstinnersetrecipients: + vstinner, rbcollins, Mark.Shannon, python-dev, berker.peksag, serhiy.storchaka, yselivanov, Demur Rumed
2016-09-12 09:04:10vstinnersetmessageid: <1473671050.33.0.908529582575.issue27213@psf.upfronthosting.co.za>
2016-09-12 09:04:10vstinnerlinkissue27213 messages
2016-09-12 09:04:10vstinnercreate