SIGN IN SIGN UP

bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)

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.
A
Alex H committed
54fd45505b3a365e6d53441e6dd7e0d1ec13b46f
Parent: 34c7f0c
Committed by Serhiy Storchaka <storchaka@gmail.com> on 12/5/2018, 7:32:16 PM