Module pyo3::impl_::trampoline

source Β·
Expand description

Trampolines for various pyfunction and pymethod implementations.

They exist to monomorphise std::panic::catch_unwind once into PyO3, rather than inline in every function, thus saving a huge amount of compile-time complexity.

Macros§

Functions§

⚠️ Internal Docs ⚠️ Not Public API πŸ‘‰ Official Docs Here