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 pablogsal, vstinner
Date 2019-12-08.21:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575839120.15.0.354427467518.issue38997@roundup.psfhosted.org>
In-reply-to
Content
I validated that my commit 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 fixed the leaks, so I closed PR 17509 and I close this issue. Thanks for the bug report Pablo! I was also awaiting Refleak buildbot results!

$ ./python -m test -R 3:3 -j0  test__xxsubinterpreters test_atexit test_capi test_threading
(...)
All 4 tests OK.

Total duration: 1 min 4 sec
Tests result: SUCCESS
History
Date User Action Args
2019-12-08 21:05:20vstinnersetrecipients: + vstinner, pablogsal
2019-12-08 21:05:20vstinnersetmessageid: <1575839120.15.0.354427467518.issue38997@roundup.psfhosted.org>
2019-12-08 21:05:20vstinnerlinkissue38997 messages
2019-12-08 21:05:20vstinnercreate