Expand description
Internals of PyO3 which are accessed by code expanded from PyO3โs procedural macros.
Usage of any of these APIs in downstream code is implicitly acknowledging that these APIs may may change at any time without documentation in the CHANGELOG and without breaking semver guarantees.
Modulesยง
- Utilities for a Python callable object that invokes a Rust function.
- coroutine
experimental-async
- Support for free allocation lists.
- not_
send ๐ - Externally-accessible implementation of pycell
- Contains initialization utilities for
#[pyclass]
. - Implementation details of
#[pymodule]
which need to be accessible from proc-macro generated code. - trampoline ๐ปTrampolines for various pyfunction and pymethod implementations.