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-08.15:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575819312.04.0.64733813465.issue38997@roundup.psfhosted.org>
In-reply-to
Content
Similar to https://bugs.python.org/issue38962, test__xxsubinterpreters test_atexit test_capi test_threading are leaking references. Example:

https://buildbot.python.org/all/#/builders/158/builds/10
https://buildbot.python.org/all/#/builders/16/builds/11
https://buildbot.python.org/all/#/builders/157/builds/11

    test__xxsubinterpreters test_atexit test_capi test_threading
== Tests result: FAILURE then FAILURE ==
386 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 26 min 23 sec
- test_mailbox: 23 min 17 sec
- test_asyncio: 20 min 25 sec
- test_venv: 14 min 54 sec
- test_concurrent_futures: 13 min 35 sec
- test_zipfile: 11 min 10 sec
- test_regrtest: 9 min 34 sec
- test_distutils: 9 min 19 sec
- test_compileall: 9 min 9 sec
- test_lib2to3: 5 min 52 sec
4 tests failed:
    test__xxsubinterpreters test_atexit test_capi test_threading
History
Date User Action Args
2019-12-08 15:35:12pablogsalsetrecipients: + pablogsal, vstinner
2019-12-08 15:35:12pablogsalsetmessageid: <1575819312.04.0.64733813465.issue38997@roundup.psfhosted.org>
2019-12-08 15:35:11pablogsallinkissue38997 messages
2019-12-08 15:35:11pablogsalcreate