MCPcopy Index your code
hub / github.com/python/cpython / ThreadNewAbortError

Class ThreadNewAbortError

Lib/test/audit-tests.py:534–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 import _thread
533
534 class ThreadNewAbortError(Exception):
535 pass
536
537 def hook(event, args):
538 if event == "cpython.PyThreadState_New":

Callers 1

hookFunction · 0.85

Calls

no outgoing calls

Tested by 1

hookFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…