[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread STINNER Victor
STINNER Victor added the comment: Thank you Ammar Askar for your contribution! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4388b4257abf3b9c348cf4db8c6144dcc07f3e98 by Victor Stinner (Ammar Askar) in branch '3.6': [3.6] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3041) https://github.com/python/cpython/commit/4388b4257abf3b

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset 425680bbd2dc14ef8dc5d1928f44fc7cc43018c4 by Victor Stinner (Ammar Askar) in branch '2.7': [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) https://github.com/python/cpython/commit/425680bbd2dc14

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread Ammar Askar
Changes by Ammar Askar : -- pull_requests: +3076 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread Ammar Askar
Changes by Ammar Askar : -- pull_requests: +3075 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread STINNER Victor
Changes by STINNER Victor : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset 88eee44a91c991dbbdf284fa220e2928b5de105c by Victor Stinner (Ammar Askar) in branch 'master': bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3032) https://github.com/python/cpython/commit/88eee44a91c991dbb

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-08 Thread Ammar Askar
Changes by Ammar Askar : -- pull_requests: +3067 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue31150] [EASY] test_thread: Warning -- reap_children() reaped child process

2017-08-08 Thread STINNER Victor
New submission from STINNER Victor: It seems like an unit test of test_thread leaks a process. A bisection found the following 2 tests are enough to get the warning: * test.test_thread.TestForkInThread.test_forkinthread * test.test_thread.LockTests.test_acquire_contended I bet that test_forkin