| commit | 1a4795525511154621cca5f083b93c953327c7b6 | [log] [tgz] |
|---|---|---|
| author | Gregory P. Smith <greg@krypto.org> | Mon Jan 27 22:06:51 2014 -0800 |
| committer | Gregory P. Smith <greg@krypto.org> | Mon Jan 27 22:06:51 2014 -0800 |
| tree | c3448779ab995efea4c55531889518e75741913b | |
| parent | 31f5121275908b8d3f428d7e5499ddfe005f82ee [diff] |
Refactor the new test for issue19081 to exec import statements into a test_ns dict instead of the actual globals() and locals(). Suggested after review by Thomas Wouters.