]> granicus.if.org Git - python/commit
bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Aug 2017 16:05:32 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2017 16:05:32 +0000 (18:05 +0200)
commit41bbd82b6b6a887e893974fa5cdaae7782ae6cac
tree97b88714a6139896319f33acfa822be26b5960d9
parent830d7d2936434ace113822294acce82f62cde41b
bpo-31234: test_threaded_import: fix test_side_effect_import() (#3189)

* Don't leak the module into sys.modules
* Avoid dangling thread
Lib/test/test_threaded_import.py