pyo3/src
David Hewitt caf80eca66
handle clippy new_without_default warnings (#3971)
* handle clippy `new_without_default` warnings

* add newsfragment
2024-03-19 21:41:27 +00:00
..
conversions allow borrowed extracts with gil-refs disabled (#3959) 2024-03-15 07:53:52 +00:00
coroutine deprecate wrap_pyfunction with py argument (#3954) 2024-03-12 22:57:03 +00:00
err allow borrowed extracts with gil-refs disabled (#3959) 2024-03-15 07:53:52 +00:00
ffi Tidy some usage of py.from_borrowed_ptr and py.from_borrowed_ptr_or_opt (#3877) 2024-02-22 23:06:55 +00:00
impl_ handle clippy new_without_default warnings (#3971) 2024-03-19 21:41:27 +00:00
inspect add FromPyObjectBound trait for extracting &str without GIL Refs (#3928) 2024-03-08 07:43:48 +00:00
pycell split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
pyclass split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
tests ci: tidy ups for 3.7 (#3969) 2024-03-19 19:36:22 +00:00
types adjust path for GIL Refs deprecation warnings (#3968) 2024-03-19 21:08:20 +00:00
buffer.rs convert PyBuffer to Bound API (#3836) 2024-02-14 22:10:59 +00:00
callback.rs add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
conversion.rs allow borrowed extracts with gil-refs disabled (#3959) 2024-03-15 07:53:52 +00:00
coroutine.rs Use the new bound API instead of .as_ref(py) (#3853) 2024-02-18 00:09:56 +00:00
derive_utils.rs remove copyright headers from source files 2023-06-03 22:38:54 +01:00
exceptions.rs deprecate wrap_pyfunction with py argument (#3954) 2024-03-12 22:57:03 +00:00
ffi_ptr_ext.rs seals PyAnyMethods and friends (#3909) 2024-02-28 19:36:55 +00:00
gil.rs deprecate GILPool (#3947) 2024-03-15 10:25:27 +00:00
impl_.rs add experimental-async feature (#3931) 2024-03-06 00:54:45 +00:00
instance.rs exposes Borrowed::to_owned as public API (#3963) 2024-03-17 09:17:09 +00:00
internal_tricks.rs support text_signature on #[new] 2023-05-04 07:15:11 +01:00
lib.rs adjust path for GIL Refs deprecation warnings (#3968) 2024-03-19 21:08:20 +00:00
macros.rs adjust path for GIL Refs deprecation warnings (#3968) 2024-03-19 21:08:20 +00:00
marker.rs deprecate GILPool (#3947) 2024-03-15 10:25:27 +00:00
marshal.rs deprecate PyDict::new constructor (#3823) 2024-02-11 23:55:56 +00:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs deprecate the use of PyCell in favor of Bound and Py (#3916) 2024-03-03 14:47:25 +00:00
py_result_ext.rs seals PyAnyMethods and friends (#3909) 2024-02-28 19:36:55 +00:00
pybacked.rs add PyBackedStr and PyBackedBytes (#3802) 2024-02-15 07:58:20 +00:00
pycell.rs deprecate wrap_pyfunction with py argument (#3954) 2024-03-12 22:57:03 +00:00
pyclass.rs deprecate the use of PyCell in favor of Bound and Py (#3916) 2024-03-03 14:47:25 +00:00
pyclass_init.rs split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
sealed.rs seals PyAnyMethods and friends (#3909) 2024-02-28 19:36:55 +00:00
sync.rs handle clippy new_without_default warnings (#3971) 2024-03-19 21:41:27 +00:00
test_utils.rs truncate leap seconds on chrono to datetime conversions 2023-09-24 20:28:43 +01:00
type_object.rs split PyCell and PyClassObject concepts (#3917) 2024-03-03 07:00:59 +00:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00