pyo3/pyo3-macros-backend/src
Icxolu 31c4820010
deprecate `&PyModule` as `#[pymodule]` argument type (#3936)
* deprecate `&PyModule` as `#[pymodule]` argument type

* cleanup

* add ui tests

* fix deprecations in tests

* fix maturin and setuptools-rust starters

* run `deprecated` ui test only when `gil-refs` as disabled
2024-03-08 00:28:11 +00:00
..
pyfunction feat: add `coroutine::CancelHandle` 2023-12-04 07:46:51 +01:00
attributes.rs feat: add `coroutine::CancelHandle` 2023-12-04 07:46:51 +01:00
deprecations.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
frompyobject.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
konst.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
lib.rs #[pymodule] mod some_module { ... } v3 (#3815) 2024-02-24 13:50:18 +00:00
method.rs add `experimental-async` feature (#3931) 2024-03-06 00:54:45 +00:00
module.rs deprecate `&PyModule` as `#[pymodule]` argument type (#3936) 2024-03-08 00:28:11 +00:00
params.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
pyclass.rs PyAddToModule: Properly propagate initialization error (#3919) 2024-03-06 18:20:02 +00:00
pyfunction.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
pyimpl.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
pymethod.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
quotes.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00
utils.rs Thread pyo3's path through the builder functions (#3907) 2024-03-04 07:54:04 +00:00