pyo3/src
2024-04-23 05:48:27 +00:00
..
conversions Allow use of scientific notation on rust decimal (#4079) 2024-04-14 20:07:17 +00:00
coroutine
err add #[track_caller] to all Py/Bound/Borrowed methods which panic (#4098) 2024-04-19 11:44:36 +00:00
ffi
impl_ Suppress non_local_definitions lint as we often want the non-local effects in macro code (#4074) 2024-04-13 12:59:44 +00:00
inspect
pycell Suppress non_local_definitions lint as we often want the non-local effects in macro code (#4074) 2024-04-13 12:59:44 +00:00
pyclass
tests
types feature gate deprecated APIs for PyDict (#4108) 2024-04-23 05:48:27 +00:00
buffer.rs
callback.rs Suppress non_local_definitions lint as we often want the non-local effects in macro code (#4074) 2024-04-13 12:59:44 +00:00
conversion.rs feature gate deprecated APIs for PyDict (#4108) 2024-04-23 05:48:27 +00:00
coroutine.rs
derive_utils.rs
exceptions.rs add import_exception_bound! macro (#4027) 2024-03-31 19:55:31 +00:00
ffi_ptr_ext.rs add #[track_caller] to all Py/Bound/Borrowed methods which panic (#4098) 2024-04-19 11:44:36 +00:00
gil.rs ci: relax check in pyobject_drop test (#4014) 2024-03-29 15:51:38 +00:00
impl_.rs add import_exception_bound! macro (#4027) 2024-03-31 19:55:31 +00:00
instance.rs feature gate deprecated APIs for PyDict (#4108) 2024-04-23 05:48:27 +00:00
internal_tricks.rs
lib.rs
macros.rs refactor to remove add_to_module functions from generated code (#4009) 2024-03-29 11:54:33 +00:00
marker.rs fix: allow impl of Ungil for deprecated PyCell in nightly (#4053) 2024-04-06 22:36:52 +00:00
marshal.rs
panic.rs
prelude.rs
py_result_ext.rs
pybacked.rs added various std traits for PyBackedStr and PyBackedBytes (#4020) 2024-04-01 07:10:40 +00:00
pycell.rs add #[track_caller] to all Py/Bound/Borrowed methods which panic (#4098) 2024-04-19 11:44:36 +00:00
pyclass.rs
pyclass_init.rs
sealed.rs
sync.rs add import_exception_bound! macro (#4027) 2024-03-31 19:55:31 +00:00
test_utils.rs
type_object.rs
version.rs