| 73 | |
| 74 | |
| 75 | class InstanceMethod: |
| 76 | id = _testcapi.instancemethod(id) |
| 77 | testfunction = _testcapi.instancemethod(testfunction) |
| 78 | |
| 79 | |
| 80 | CURRENT_THREAD_REGEX = r'Current thread.*:\n' if not support.Py_GIL_DISABLED else r'Stack .*:\n' |
no outgoing calls
searching dependent graphs…