mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Revert misled test change in f189da5bda26.
This commit is contained in:
parent
1c84ac1f55
commit
0c73fc04e6
1 changed files with 0 additions and 1 deletions
|
|
@ -371,7 +371,6 @@ class TestWeakSet(unittest.TestCase):
|
|||
try:
|
||||
it = iter(s)
|
||||
next(it)
|
||||
del it
|
||||
# Schedule an item for removal and recreate it
|
||||
u = ustr(str(items.pop()))
|
||||
gc.collect() # just in case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue