diff --git a/python/tests/test_gil_tls.py b/python/tests/test_gil_tls.py index 4c115fb2f..56248d75a 100644 --- a/python/tests/test_gil_tls.py +++ b/python/tests/test_gil_tls.py @@ -26,7 +26,6 @@ class ThreadTest(threading.Thread): def _create_obs(self): TLS.h = Holder(ObjUsingGil()) TLS.ocg = ObjCallingGC() - # TLS.ocg = self.ocg weakref.finalize(TLS.ocg, TLS.ocg.finalize) def run(self):