pyo3/tests
bors[bot] 7b443cf813
Merge #2981
2981: Remove 0.17 deprecations r=adamreichold,davidhewitt a=davidhewitt

Since #2980 starts a breaking change for 0.19, let's also clean up all 0.17's deprecations.

I've removed `Python::acquire_gil` in its own commit, as that was a reasonably chunky removal.

Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2023-05-09 08:08:06 +00:00
..
not_msrv
ui remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
common.rs
test_anyhow.rs
test_append_to_inittab.rs
test_arithmetics.rs
test_buffer.rs
test_buffer_protocol.rs send errors in __releasebuffer__ to sys.unraisablehook 2023-01-19 19:10:06 +00:00
test_bytes.rs
test_class_attributes.rs Reduce visibility of CaptureStdErr type to avoid warnings on older toolchains. 2023-02-18 17:11:40 +01:00
test_class_basics.rs update URL in comment to point at correct place 2022-12-28 20:48:11 +01:00
test_class_conversion.rs
test_class_new.rs Fix being able to call arg-less #[new] with any args from Python 2022-11-20 08:25:19 +01:00
test_compile_error.rs error when #[pyo3(signature = ())] used on invalid methods 2022-11-17 08:28:34 +00:00
test_datetime.rs fix typo DateType -> DateTimeType, fixes #3069 2023-03-28 18:45:39 +02:00
test_default_impls.rs
test_dict_iter.rs
test_enum.rs
test_exceptions.rs Added support for PyErr_WriteUnraisable 2023-01-29 20:01:22 +00:00
test_field_cfg.rs Add test 2022-12-28 23:11:39 +01:00
test_frompyobject.rs
test_gc.rs Add additional unit test for GC traversal 2023-01-26 16:27:54 -08:00
test_getter_setter.rs feat: add #[pyo3(get, set)] for Cell 2023-03-09 23:09:30 +00:00
test_inheritance.rs change PyModule::add_class to return an error if class creation fails 2023-02-14 22:08:35 +00:00
test_macros.rs add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
test_mapping.rs
test_methods.rs fix non_snake_case lint for #[pyfunction] generated code 2023-02-28 08:44:17 +00:00
test_module.rs add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
test_multiple_pymethods.rs Use Python::get_type() instead of PyTypeInfo::type_object() 2022-11-20 15:16:18 +01:00
test_not_msrv.rs
test_pep_587.rs
test_proto_methods.rs Py/PyAny: deprecate cast_as() in favor of downcast() 2022-11-18 07:00:40 +01:00
test_pyfunction.rs Add test case requiring the maximum lifetime of the holder references. 2023-05-06 12:42:05 +02:00
test_pyself.rs
test_sequence.rs remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
test_serde.rs
test_static_slots.rs Test static __getitem__ as well as __len__ 2023-03-18 13:56:51 +00:00
test_string.rs
test_super.rs
test_text_signature.rs Do not assert class text signature using the limited API before version 3.10 as we do not support it. 2023-05-04 18:28:43 +02:00
test_unsendable_dict.rs
test_variable_arguments.rs add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
test_variable_arguments_deprecated.rs add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
test_various.rs
test_wrap_pyfunction_deduction.rs