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