Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyThreadState_GET
Function
PyThreadState_GET
python3-sys/src/pystate.rs:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
76
#[inline(always)]
77
pub unsafe fn PyThreadState_GET() -> *mut PyThreadState {
78
PyThreadState_Get()
79
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected