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:21 | vstinner | set | recipients:
+ vstinner |
| 2017年09月11日 16:29:21 | vstinner | set | messageid: <1505147361.04.0.877314631077.issue31420@psf.upfronthosting.co.za> |
| 2017年09月11日 16:29:20 | vstinner | link | issue31420 messages |
| 2017年09月11日 16:29:20 | vstinner | create |
|