diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-05 20:20:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-12-05 20:20:03 (GMT) |
commit | 49d995fd6f2a703d19d93baf06fc9f911cb2ce06 (patch) | |
tree | 5154406779f158e58b75b07f0cacd1a25f86ea71 /Doc/tutorial | |
parent | 9b3d6a1f9772e810afaa0dca106bd0e4d5f4be9f (diff) | |
download | cpython-49d995fd6f2a703d19d93baf06fc9f911cb2ce06.zip cpython-49d995fd6f2a703d19d93baf06fc9f911cb2ce06.tar.gz cpython-49d995fd6f2a703d19d93baf06fc9f911cb2ce06.tar.bz2 |
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) (GH-10936)
When running test_bdb.py as a script, `import test_module` would be
importing the existing Lib/test/test_modules.py instead of the
tempcwd/test_module.py module which was dynamically created by
test_bdb.py itself.
(cherry picked from commit 54fd45505b3a365e6d53441e6dd7e0d1ec13b46f)
Co-authored-by: Alex H <1884912+lajarre@users.noreply.github.com>
Diffstat (limited to 'Doc/tutorial')
0 files changed, 0 insertions, 0 deletions