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 vstinner
Date 2017-06-08.11:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496921910.93.0.232309025604.issue30599@psf.upfronthosting.co.za>
In-reply-to
Content
Even when the two latest refleak fixes (ab1cb80b435a34e4f908c97cd2f3a7fe8add6505 and 865de27dd79571a4a5c7a7d22a07fb909c4a9f8e), test_threaded_import still leaks.

haypo@selma$ ./python -m test -R 3:3 -m test_side_effect_import test_threaded_import  
Run tests sequentially
0:00:00 load avg: 0.39 [1/1] test_threaded_import
beginning 6 repetitions
123456
......
test_threaded_import leaked [1374, 1374, 1374] references, sum=4122
test_threaded_import leaked [459, 460, 460] memory blocks, sum=1379
test_threaded_import failed

1 test failed:
    test_threaded_import

Total duration: 392 ms
Tests result: FAILURE
History
Date User Action Args
2017-06-08 11:38:30vstinnersetrecipients: + vstinner
2017-06-08 11:38:30vstinnersetmessageid: <1496921910.93.0.232309025604.issue30599@psf.upfronthosting.co.za>
2017-06-08 11:38:30vstinnerlinkissue30599 messages
2017-06-08 11:38:30vstinnercreate