Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Aug 18, 2023
1 parent 26bf535 commit a0ec220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/test_gil_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a0ec220

Please sign in to comment.