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