We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe751 commit c9ae051Copy full SHA for c9ae051
Lib/test/test_stackrefs.py
@@ -40,7 +40,6 @@ def run_with_refcount_check(self, func, obj):
40
self.assertGreater(refcount, self.BIG_REFCOUNT)
41
self.assertIn(flags, (1, -1))
42
results.add((refcount, flags))
43
-
44
self.assertEqual(len(results), 1)
45
46
mortal_objs = (object(), range(10), iter([1, 2, 3]))
0 commit comments