]> granicus.if.org Git - python/commit
bpo-26762: _test_multiprocessing reports dangling (#3064)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Aug 2017 15:36:50 +0000 (17:36 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2017 15:36:50 +0000 (17:36 +0200)
commit957d0e9b59bd27ca7c473560634d8b5dbe66338c
tree252cde833ec74dddb032c7149426e5b74cd2020c
parentb97d99cd7f9546493ecc995f003f7b0ba4ba3a17
bpo-26762: _test_multiprocessing reports dangling (#3064)

_test_multiprocessing now marks the test as ENV_CHANGED on dangling
process or thread.
Lib/test/_test_multiprocessing.py