[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-09-12 Thread STINNER Victor
STINNER Victor added the comment: While backporting fixes on tests make sense, I'm not sure that it's doable to make regrtest more strict. It took me a while to fix all "dangling threads" and "dangling processes" on the master branch, and 6 months later, I'm not done yet. There are tricky issu

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: -3224 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3224 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: New changeset 02e03672e6766b1da847b1635982a70346780744 by Victor Stinner in branch '2.7': bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) https://github.com/python/cpython/commit/02e03672e6766b1da847b1635982a70346780744 -- _

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1460ce5a9325690d8a1913c296a9bba437ff0f39 by Victor Stinner in branch '2.7': bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) https://github.com/python/cpython/commit/1460ce5a9325690d8a1913c296a9bba437ff0f39 -- __

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: Using PR 3182, test_socketserver fails with --fail-env-changed because of bpo-31151 "socketserver.ForkingMixIn.server_close() leaks zombie processes". -- ___ Python tracker __

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3222 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3221 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3220 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31258] [2.7] Enhance support reap_children() and threading_cleanup()

2017-08-22 Thread STINNER Victor
New submission from STINNER Victor: Backport reap_children() and threading_cleanup() enhancements from master to 2.7 to make tests more reliables, reduce random failures on Python CIs. -- components: Tests messages: 300695 nosy: haypo priority: normal severity: normal status: open title