pyo3/pytests/src
Icxolu aef0a05719
deprecate implicit default for trailing optional arguments (#4078)
* deprecate "trailing optional arguments" implicit default behaviour

* add newsfragment

* generate individual deprecation messages per function

* add migration guide entry
2024-05-10 10:34:58 +00:00
..
awaitable.rs Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
buf_and_str.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
comparisons.rs Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
datetime.rs deprecate implicit default for trailing optional arguments (#4078) 2024-05-10 10:34:58 +00:00
dict_iter.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
enums.rs allow constructor customization of complex enum variants (#4158) 2024-05-09 21:08:23 +00:00
lib.rs deprecate `&PyModule` as `#[pymodule]` argument type (#3936) 2024-03-08 00:28:11 +00:00
misc.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
objstore.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
othermod.rs ci: updates for Rust 1.78 (#4150) 2024-05-03 07:42:30 +00:00
path.rs Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
pyclasses.rs feature gate APIs using `into_gil_ref` (Part 2) (#4166) 2024-05-09 22:21:48 +00:00
pyfunctions.rs Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
sequence.rs feature gate APIs using `into_gil_ref` (Part 2) (#4166) 2024-05-09 22:21:48 +00:00
subclassing.rs Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00