pyo3/pytests/src
David Hewitt 22e8dd10e1
add benchmark for class / method calls (#4016)
2024-03-30 20:29:39 +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 GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
dict_iter.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
enums.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +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 Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +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 add benchmark for class / method calls (#4016) 2024-03-30 20:29:39 +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 Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00
subclassing.rs Use single-arg form of `#[pymodule]` function in docs and tests (#3899) 2024-02-28 22:36:50 +00:00