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 pablogsal
Recipients pablogsal, vstinner
Date 2019-12-03.21:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575406971.91.0.312917996422.issue38962@roundup.psfhosted.org>
In-reply-to
Content
Indeed, that fixes the problem in at least 2 modules:

 ./python -m test test_atexit -R :
0:00:00 load avg: 0.84 Run tests sequentially
0:00:00 load avg: 0.84 [1/1] test_atexit
beginning 9 repetitions
123456789
.........

== Tests result: SUCCESS ==

1 test OK.

Total duration: 1.5 sec
Tests result: SUCCESS


 ./python -m test test_capi -R :  
0:00:00 load avg: 1.19 Run tests sequentially
0:00:00 load avg: 1.19 [1/1] test_capi
beginning 9 repetitions
123456789
..........
test_capi passed in 2 min 8 sec

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2 min 8 sec
Tests result: SUCCESS



Although the rest of the tests still leak, so there is something else :(
History
Date User Action Args
2019-12-03 21:02:51pablogsalsetrecipients: + pablogsal, vstinner
2019-12-03 21:02:51pablogsalsetmessageid: <1575406971.91.0.312917996422.issue38962@roundup.psfhosted.org>
2019-12-03 21:02:51pablogsallinkissue38962 messages
2019-12-03 21:02:51pablogsalcreate