pyo3/tests/ui
2023-05-25 20:01:35 +02:00
..
abi3_nativetype_inheritance.rs
abi3_nativetype_inheritance.stderr
deprecations.rs
deprecations.stderr
get_set_all.rs
get_set_all.stderr
invalid_argument_attributes.rs
invalid_argument_attributes.stderr
invalid_closure.rs
invalid_closure.stderr
invalid_frompy_derive.rs test: improve cov 2023-04-27 12:44:38 +08:00
invalid_frompy_derive.stderr test: improve cov 2023-04-27 12:44:38 +08:00
invalid_frozen_pyclass_borrow.rs Add PyClass::get and Py::get for GIL-independent access to frozen classes. 2023-05-18 08:57:55 +02:00
invalid_frozen_pyclass_borrow.stderr Add PyClass::get and Py::get for GIL-independent access to frozen classes. 2023-05-18 08:57:55 +02:00
invalid_intern_arg.rs
invalid_intern_arg.stderr
invalid_macro_args.rs
invalid_macro_args.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_need_module_arg_position.rs
invalid_need_module_arg_position.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_property_args.rs
invalid_property_args.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_proto_pymethods.rs
invalid_proto_pymethods.stderr
invalid_pyclass_args.rs
invalid_pyclass_args.stderr
invalid_pyclass_enum.rs
invalid_pyclass_enum.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pyclass_item.rs
invalid_pyclass_item.stderr
invalid_pyfunction_signatures.rs
invalid_pyfunction_signatures.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pyfunctions.rs
invalid_pyfunctions.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pymethod_names.rs
invalid_pymethod_names.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
invalid_pymethod_receiver.rs
invalid_pymethod_receiver.stderr
invalid_pymethods.rs support text_signature on #[new] 2023-05-04 07:15:11 +01:00
invalid_pymethods.stderr Add support for combining the #[new] and #[classmethod] method types. 2023-05-16 15:51:14 -07:00
invalid_pymethods_buffer.rs
invalid_pymethods_buffer.stderr
invalid_pymodule_args.rs
invalid_pymodule_args.stderr
invalid_result_conversion.rs
invalid_result_conversion.stderr
missing_intopy.rs
missing_intopy.stderr
not_send.rs
not_send.stderr Drop EnsureGIL to remove one layer of indirection from the implementation of Python::with_gil 2023-05-23 23:31:47 +02:00
not_send2.rs
not_send2.stderr
not_send3.rs
not_send3.stderr
not_send_auto_trait.rs
not_send_auto_trait.stderr
not_send_auto_trait2.rs
not_send_auto_trait2.stderr
pyclass_send.rs remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
pyclass_send.stderr
reject_generics.rs
reject_generics.stderr fix: change to from_item_all 2023-04-26 19:47:07 +08:00
send_wrapper.rs
send_wrapper.stderr
static_ref.rs
static_ref.stderr
traverse_bare_self.rs Move locking the GIL and handling the resulting panics into a library function. 2023-05-25 20:01:35 +02:00
traverse_bare_self.stderr Move locking the GIL and handling the resulting panics into a library function. 2023-05-25 20:01:35 +02:00
wrong_aspyref_lifetimes.rs remove Python::acquire_gil 2023-05-09 09:39:23 +02:00
wrong_aspyref_lifetimes.stderr remove Python::acquire_gil 2023-05-09 09:39:23 +02:00