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-06-26.20:27:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498508855.76.0.745111262952.issue30775@psf.upfronthosting.co.za>
In-reply-to
Content
test_multiprocessing_spawn doesn't leak:

haypo@selma$ ./python -m test --match=test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_barrier --match=test.test_multiprocessing_spawn.WithProcessesTestFinalize.test_finalize -R 3:3 test_multiprocessing_spawn
Run tests sequentially
0:00:00 load avg: 0.11 [1/1] test_multiprocessing_spawn
beginning 6 repetitions
123456
......
1 test OK.

Total duration: 10 sec
Tests result: SUCCESS
History
Date User Action Args
2017-06-26 20:27:35vstinnersetrecipients: + vstinner
2017-06-26 20:27:35vstinnersetmessageid: <1498508855.76.0.745111262952.issue30775@psf.upfronthosting.co.za>
2017-06-26 20:27:35vstinnerlinkissue30775 messages
2017-06-26 20:27:35vstinnercreate