Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyInterpreterState
Class
PyInterpreterState
python3-sys/src/pystate.rs:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
#[repr(C)]
10
pub struct PyInterpreterState {
11
_private: [u8; 0],
12
}
13
14
#[repr(C)]
15
pub struct PyThreadState {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected