bpo-31234: test_threaded_import: fix test_side_effect_import() by vstinner · Pull Request #3189 · python/cpython

@vstinner

* Don't leak the module into sys.modules
* Avoid dangling thread

GadgetSteve pushed a commit to GadgetSteve/cpython that referenced this pull request

Sep 10, 2017
…n#3189)

* Don't leak the module into sys.modules
* Avoid dangling thread

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 13, 2017
…ythonGH-3189)

* Don't leak the module into sys.modules
* Avoid dangling thread
(cherry picked from commit 41bbd82)

vstinner pushed a commit that referenced this pull request

Sep 13, 2017
…H-3189) (#3537)

* Don't leak the module into sys.modules
* Avoid dangling thread
(cherry picked from commit 41bbd82)