commit | a505ecdc5013cd8f930aacc1ec4fb2afa62d3853 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Oct 13 13:47:49 2017 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 13 13:47:49 2017 -0700 |
tree | a8b81bec7e3ece4d474b252d1479acf94ea53f12 | |
parent | a99121526a14e7710843aa5dd6ac82a779542dfb [diff] |
bpo-31676: Fix test_imp.test_load_source() side effect (#3871) test_load_source() now replaces the current __name__ module with a temporary module to prevent side effects.