pyo3 0.17.3

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
//! Symbols used to denote deprecated usages of PyO3's proc macros.

#[deprecated(
    since = "0.16.0",
    note = "implement a `__traverse__` `#[pymethod]` instead of using `gc` option"
)]
pub const PYCLASS_GC_OPTION: () = ();