Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyFrameObject
Class
PyFrameObject
python3-sys/src/frameobject.rs:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
#[cfg(any(Py_LIMITED_API, Py_3_11))]
28
#[repr(C)]
29
pub struct PyFrameObject {
30
_private: [u8; 0],
31
}
32
33
#[cfg(all(not(Py_LIMITED_API), not(Py_3_11)))]
34
#[repr(C)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected