◐ Shell
clean mode source ↗

Message 301882 - Python tracker

Message301882

Author vstinner
Recipients vstinner
Date 2017-09-11.16:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505147361.04.0.877314631077.issue31420@psf.upfronthosting.co.za>
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: <1505147361.04.0.877314631077.issue31420@psf.upfronthosting.co.za>
2017-09-11 16:29:20vstinnerlinkissue31420 messages
2017-09-11 16:29:20vstinnercreate