pyo3/tests
Icxolu ee5216f406
fix declarative-modules compile error (#4054)
* fix declarative-modules compile error

* add newsfragment
2024-04-12 06:34:27 +00:00
..
ui add `#[doc(hidden)]` to the Rust module created by `#[pymodule]` (#4067) 2024-04-12 06:34:08 +00:00
test_anyhow.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_append_to_inittab.rs
test_arithmetics.rs deprecate optional GIL Ref in function argument (#3975) 2024-03-21 07:24:40 +00:00
test_buffer.rs
test_buffer_protocol.rs
test_bytes.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_class_attributes.rs
test_class_basics.rs
test_class_conversion.rs
test_class_new.rs
test_compile_error.rs add `#[doc(hidden)]` to the Rust module created by `#[pymodule]` (#4067) 2024-04-12 06:34:08 +00:00
test_coroutine.rs fix compile error for multiple async method arguments (#4035) 2024-04-02 17:43:51 +00:00
test_datetime.rs
test_datetime_import.rs
test_declarative_module.rs fix declarative-modules compile error (#4054) 2024-04-12 06:34:27 +00:00
test_default_impls.rs
test_dict_iter.rs
test_enum.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_exceptions.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_field_cfg.rs
test_frompyobject.rs
test_gc.rs ci: updates for Rust 1.77 (#3978) 2024-03-22 20:43:23 +00:00
test_getter_setter.rs use `extract_argument` for `#[setter]` extraction (#3998) 2024-03-27 15:41:04 +00:00
test_inheritance.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
test_macro_docs.rs
test_macros.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_mapping.rs deprecate optional GIL Ref in function argument (#3975) 2024-03-21 07:24:40 +00:00
test_methods.rs deprecate optional GIL Ref in function argument (#3975) 2024-03-21 07:24:40 +00:00
test_module.rs
test_multiple_pymethods.rs
test_no_imports.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
test_proto_methods.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
test_pyfunction.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
test_pyself.rs
test_sequence.rs deprecate optional GIL Ref in function argument (#3975) 2024-03-21 07:24:40 +00:00
test_serde.rs
test_static_slots.rs
test_string.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_super.rs
test_text_signature.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
test_unsendable_dict.rs
test_variable_arguments.rs deprecate GIL refs in function argument (#3847) 2024-03-20 22:35:08 +00:00
test_various.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00
test_wrap_pyfunction_deduction.rs deprecate `wrap_pyfunction` with `py` argument (#3954) 2024-03-12 22:57:03 +00:00