MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PyFutureFeatures

Class PyFutureFeatures

python3-sys/src/compile.rs:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#[derive(Copy, Clone)]
22#[cfg(not(Py_LIMITED_API))]
23pub struct PyFutureFeatures {
24 pub ff_features: c_int,
25 #[cfg(not(Py_3_12))]
26 pub ff_lineno: c_int,
27 #[cfg(Py_3_12)]
28 pub ff_location: _PyCompilerSrcLocation,
29}
30
31// TODO: PyCF_MASK etc. constants
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected