mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
remove function import
This commit is contained in:
@@ -6,6 +6,7 @@ if __name__ != 'test.test_support':
|
||||
import contextlib
|
||||
import errno
|
||||
import functools
|
||||
import gc
|
||||
import socket
|
||||
import sys
|
||||
import os
|
||||
@@ -644,7 +645,6 @@ def gc_collect():
|
||||
longer than expected. This function tries its best to force all garbage
|
||||
objects to disappear.
|
||||
"""
|
||||
import gc
|
||||
gc.collect()
|
||||
gc.collect()
|
||||
gc.collect()
|
||||
|
||||
Reference in New Issue
Block a user