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-09-11.16:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The following commands show memory leaks introduced by bpo-30860:

$ ./python -m test -R 3:3 test_atexit -m test.test_atexit.SubinterpreterTest.test_callbacks_leak

$ ./python -m test -R 3:3 test_atexit -m test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle

$ ./python -m test -R 3:3 test_threading -m test.test_threading.SubinterpThreadingTests.test_threads_join

$ ./python -m test -R 3:3 test_capi -m test.test_capi.SubinterpreterTest.test_subinterps
History
Date User Action Args
2017-09-11 16:29:21vstinnersetrecipients: + vstinner
2017-09-11 16:29:21vstinnersetmessageid: <[email protected]>
2017-09-11 16:29:20vstinnerlinkissue31420 messages
2017-09-11 16:29:20vstinnercreate