Skip to content

Commit 81f333a

Browse files
authored
Update Lib/test/support/__init__.py
1 parent c28c79f commit 81f333a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ def gc_collect():
787787
gc.collect()
788788
gc._collect_delayed_objects()
789789

790+
790791
@contextlib.contextmanager
791792
def disable_gc():
792793
import gc

0 commit comments

Comments
 (0)