mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +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 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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue