1 2 3 4 5 6
//! 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 change at //! any time without documentation in the CHANGELOG and without breaking semver guarantees. pub mod deprecations; pub mod freelist;