mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Whitespace normalization.
This commit is contained in:
parent
cb637c9ea3
commit
ea5962f86e
18 changed files with 522 additions and 522 deletions
|
|
@ -192,11 +192,11 @@ class ImportTest(unittest.TestCase):
|
|||
remove_files(TESTFN)
|
||||
if TESTFN in sys.modules:
|
||||
del sys.modules[TESTFN]
|
||||
|
||||
|
||||
def test_infinite_reload(self):
|
||||
# Bug #742342 reports that Python segfaults (infinite recursion in C)
|
||||
# when faced with self-recursive reload()ing.
|
||||
|
||||
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
try:
|
||||
import infinite_reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue