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-08-09.12:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502283070.82.0.19353435664.issue31160@psf.upfronthosting.co.za>
In-reply-to
Content
The GCC job of Travis CI failed with ENV_CHANGED:

Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. ...
Warning -- reap_children() reaped child process 19839
ok

I tested and... WOW! When run in a loop, this test leaks 100 MB per second. It creates a lot of processes.
History
Date User Action Args
2017-08-09 12:51:10vstinnersetrecipients: + vstinner
2017-08-09 12:51:10vstinnersetmessageid: <1502283070.82.0.19353435664.issue31160@psf.upfronthosting.co.za>
2017-08-09 12:51:10vstinnerlinkissue31160 messages
2017-08-09 12:51:10vstinnercreate