Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyInterpreterState
Class
PyInterpreterState
python27-sys/src/pystate.rs:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
#[repr(C)]
7
pub struct PyInterpreterState {
8
_private: [u8; 0],
9
}
10
11
pub type Py_tracefunc = unsafe extern
"C"
fn(
12
arg1: *mut PyObject,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected