mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +00:00
remove function import
This commit is contained in:
parent
4698d9928e
commit
382ccdfd5b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ if __name__ != 'test.test_support':
|
||||||
import contextlib
|
import contextlib
|
||||||
import errno
|
import errno
|
||||||
import functools
|
import functools
|
||||||
|
import gc
|
||||||
import socket
|
import socket
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
@ -644,7 +645,6 @@ def gc_collect():
|
||||||
longer than expected. This function tries its best to force all garbage
|
longer than expected. This function tries its best to force all garbage
|
||||||
objects to disappear.
|
objects to disappear.
|
||||||
"""
|
"""
|
||||||
import gc
|
|
||||||
gc.collect()
|
gc.collect()
|
||||||
gc.collect()
|
gc.collect()
|
||||||
gc.collect()
|
gc.collect()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue