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 dino.viehland, ned.deily, vstinner, yselivanov
Date 2017-06-19.15:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497886091.03.0.481986477889.issue30704@psf.upfronthosting.co.za>
In-reply-to
Content
haypo@selma$ ./python -m test -m test.test_code.CoExtra.test_free_different_thread -R 3:3 test_code 
Run tests sequentially
test_code leaked [2, 1, 1] memory blocks, sum=4

The regression was introduced by the bpo-30604: commit 2997fec01ee7300c6d5940e6c55e4ccf9f56f1b5.
History
Date User Action Args
2017-06-19 15:28:11vstinnersetrecipients: + vstinner, ned.deily, dino.viehland, yselivanov
2017-06-19 15:28:11vstinnersetmessageid: <1497886091.03.0.481986477889.issue30704@psf.upfronthosting.co.za>
2017-06-19 15:28:10vstinnerlinkissue30704 messages
2017-06-19 15:28:10vstinnercreate