Kaydet (Commit) 382ccdfd authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove function import

üst 4698d992
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment