mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
subtype_resurrection(): Removed unused import.
This commit is contained in:
parent
df3f793516
commit
72351b9649
1 changed files with 0 additions and 1 deletions
|
|
@ -3184,7 +3184,6 @@ def slices():
|
||||||
vereq(a, [2,3,1])
|
vereq(a, [2,3,1])
|
||||||
|
|
||||||
def subtype_resurrection():
|
def subtype_resurrection():
|
||||||
import gc
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print "Testing resurrection of new-style instance..."
|
print "Testing resurrection of new-style instance..."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue