Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __del__
Method
__del__
tests/test_thread.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
def
test_pythread_state_clear_destructor():
76
class
Foo:
77
def
__del__(self):
78
m.acquire_gil()
79
80
m.test_pythread_state_clear_destructor(Foo)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected