From a793037d803abf098d172f686e2b95d27863c54d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 3 Jul 2016 22:27:26 +0300 Subject: Issue #19527: Fixed tests with defined COUNT_ALLOCS. --- Lib/test/test_weakref.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_weakref.py') diff --git a/Lib/test/test_weakref.py b/Lib/test/test_weakref.py index f49cb7e591f..6d50a66d7ba 100644 --- a/Lib/test/test_weakref.py +++ b/Lib/test/test_weakref.py @@ -589,6 +589,7 @@ class ReferencesTestCase(TestBase): del c1, c2, C, D gc.collect() + @support.requires_type_collecting def test_callback_in_cycle_resurrection(self): import gc -- cgit v1.2.3