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 3527d42 commit 9a4523bCopy full SHA for 9a4523b
Lib/test/test_gc.py
@@ -801,6 +801,7 @@ def __del__(self):
801
rc, out, err = assert_python_ok('-c', code)
802
self.assertEqual(out.strip(), b'__del__ called')
803
804
+ @unittest.skipIf(Py_GIL_DISABLED, "requires GC generations or increments")
805
def test_gc_debug_stats(self):
806
# Checks that debug information is printed to stderr
807
# when DEBUG_STATS is set.
0 commit comments