Staging
v0.5.1
Revision 49d995fd6f2a703d19d93baf06fc9f911cb2ce06 authored by Miss Islington (bot) on 05 December 2018, 20:20:03 UTC, committed by Serhiy Storchaka on 05 December 2018, 20:20:03 UTC
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>
1 parent 9b3d6a1
History
File Mode Size
__init__.py -rw-r--r-- 1.4 KB
base_events.py -rw-r--r-- 56.0 KB
base_futures.py -rw-r--r-- 2.0 KB
base_subprocess.py -rw-r--r-- 8.9 KB
base_tasks.py -rw-r--r-- 2.1 KB
compat.py -rw-r--r-- 543 bytes
constants.py -rw-r--r-- 371 bytes
coroutines.py -rw-r--r-- 10.9 KB
events.py -rw-r--r-- 23.0 KB
futures.py -rw-r--r-- 15.5 KB
locks.py -rw-r--r-- 15.2 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 19.9 KB
protocols.py -rw-r--r-- 4.4 KB
queues.py -rw-r--r-- 7.8 KB
selector_events.py -rw-r--r-- 40.7 KB
sslproto.py -rw-r--r-- 25.4 KB
streams.py -rw-r--r-- 23.9 KB
subprocess.py -rw-r--r-- 7.4 KB
tasks.py -rw-r--r-- 24.5 KB
test_utils.py -rw-r--r-- 14.7 KB
transports.py -rw-r--r-- 9.8 KB
unix_events.py -rw-r--r-- 36.4 KB
windows_events.py -rw-r--r-- 27.2 KB
windows_utils.py -rw-r--r-- 6.7 KB

back to top