mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
This commit is contained in:
parent
3ddc435af6
commit
ce8e33a095
107 changed files with 436 additions and 794 deletions
|
|
@ -3,6 +3,5 @@
|
|||
# reload()ing. This module is imported by test_import.py:test_infinite_reload
|
||||
# to make sure this doesn't happen any more.
|
||||
|
||||
import imp
|
||||
import infinite_reload
|
||||
imp.reload(infinite_reload)
|
||||
reload(infinite_reload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue