cpython: dbb9c23e1887 (original) (raw)

Mercurial > cpython

changeset 87942:dbb9c23e1887

Issue #19704: Port test.test_threaded_import to PEP 451 [#19704]

Brett Cannon brett@python.org
date Fri, 13 Dec 2013 16:47:19 -0500
parents 33938321d46f
children f2c6b0485ce6
files Lib/test/test_threaded_import.py
diffstat 1 files changed, 6 insertions(+), 6 deletions(-)[+] [-] Lib/test/test_threaded_import.py 12

line wrap: on

line diff

--- a/Lib/test/test_threaded_import.py +++ b/Lib/test/test_threaded_import.py @@ -57,7 +57,7 @@ circular_imports_modules = { } class Finder:

@@ -80,7 +80,7 @@ class FlushingFinder: """A dummy finder which flushes sys.path_importer_cache when it gets called."""

@@ -145,13 +145,13 @@ class ThreadedImportTests(unittest.TestC # dedicated meta_path entry. flushing_finder = FlushingFinder() def path_hook(path):