[issue31249] test_concurrent_futures leaks dangling threads

2017-09-12 Thread STINNER Victor
STINNER Victor added the comment: Ok, the issue should now be fixed in Python 3.6 and master (future 3.7). -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-12 Thread STINNER Victor
STINNER Victor added the comment: New changeset 94eb2d5b73d07bc447f1fe19923b4c3259734b9c by Victor Stinner (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-12 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3bcf157c115ba3e48bce62ac8cb13c703475a113 by Victor Stinner in branch 'master': bpo-31249: Fix test_concurrent_futures dangling thread (#3521) https://github.com/python/cpython/commit/3bcf157c115ba3e48bce62ac8cb13c703475a113 --

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-12 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3520 ___ Python tracker ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-12 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +patch pull_requests: +3519 stage: resolved -> patch review ___ Python tracker ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-12 Thread STINNER Victor
STINNER Victor added the comment: I still see the warning sometimes: 0:04:09 load avg: 7.03 [185/405/1] test_concurrent_futures failed (env changed) (68 sec) -- running: test_multiprocessing_spawn (160 sec), test_gdb (53 sec), test_lib2to3 (195 sec) test_cancel

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-01 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-09-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 60f3f1fb5cbf5354c3081138be806c56cb04153f by Victor Stinner in branch '3.6': bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253) https://github.com/python/cpython/commit/60f3f1fb5cbf5354c3081138be806c56cb04153f --

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-31 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3297 ___ Python tracker ___ ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: New changeset bc61315377056fe362b744d9c44e17cd3178ce54 by Victor Stinner in branch 'master': bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) https://github.com/python/cpython/commit/bc61315377056fe362b744d9c44e17cd3178ce54 --

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- versions: +Python 3.6 ___ Python tracker ___ ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-22 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3216 ___ Python tracker ___ ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 489d91c61d02f401551966f1558ee2dc87fc0ad9 by Victor Stinner in branch 'master': bpo-31249: test_concurrent_futures checks dangling threads (#3167) https://github.com/python/cpython/commit/489d91c61d02f401551966f1558ee2dc87fc0ad9 --

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3203 ___ Python tracker ___ ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-21 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Tests type: -> resource usage ___ Python tracker ___

[issue31249] test_concurrent_futures leaks dangling threads

2017-08-21 Thread STINNER Victor
New submission from STINNER Victor: Using PR 3138 of bpo-31234, I noticed that test_concurrent_futures leaks dangling threads: haypo@selma$ ./python -u -m test --fail-env-changed test_concurrent_futures -v -m ThreadPoolWaitTests == CPython 3.7.0a0 (heads/master:0267128, Aug 21 2017, 17:23:11)