Skip to content

Commit

Permalink
Fix test_weakref :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Apr 30, 2024
1 parent a6cc5ee commit 35cb5bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/test/test_weakref.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
import textwrap

from test import support
from test.support import script_helper, ALWAYS_EQ, suppress_immortalization, is_wasi
from test.support import script_helper, ALWAYS_EQ, suppress_immortalization
from test.support import gc_collect
from test.support import import_helper
from test.support import threading_helper
from test.support import is_wasi, Py_DEBUG

# Used in ReferencesTestCase.test_ref_created_during_del() .
ref_from_del = None
Expand Down

0 comments on commit 35cb5bd

Please sign in to comment.