clarax-ffi 1.0.1

CPython 3.11+ C-API bindings for the ClaraX ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(Py_3_9)]
use crate::object::{PyObject, PyTypeObject};

extern_libpython! {
    #[cfg(Py_3_9)]
    pub fn Py_GenericAlias(origin: *mut PyObject, args: *mut PyObject) -> *mut PyObject;

    #[cfg(Py_3_9)]
    pub static mut Py_GenericAliasType: PyTypeObject;
}