pyo3/src
2024-01-12 15:55:21 +00:00
..
conversions Fix missing feature flags in implementation of Either conversion. 2024-01-02 20:47:42 +00:00
coroutine
err add gil-refs feature to aid migration 2023-12-29 14:42:31 +00:00
ffi
impl_ allow dead_code in IPowModulo 2024-01-12 15:55:21 +00:00
inspect
pycell
pyclass
tests fix some nightly lints 2024-01-12 2024-01-12 13:34:17 +00:00
types add call_bound and call_method_bound 2024-01-03 13:24:14 +00:00
buffer.rs
callback.rs
conversion.rs add new PyTuple constructors 2023-12-30 21:37:46 +00:00
coroutine.rs introduce PyIterator::from_bound_object 2024-01-02 14:11:26 +00:00
derive_utils.rs
exceptions.rs
ffi_ptr_ext.rs implement iterator for Bound iterator 2023-12-24 19:52:36 +00:00
gil.rs
impl_.rs
instance.rs add call_bound and call_method_bound 2024-01-03 13:24:14 +00:00
internal_tricks.rs
lib.rs export Bound and Borrowed from lib.rs 2023-12-24 19:35:50 +00:00
macros.rs
marker.rs Copy note on using check_signals on non-main thread/interpreter from Python docs. 2023-12-22 12:08:37 +01:00
marshal.rs
panic.rs
prelude.rs implement PyTupleMethods 2023-12-30 21:37:46 +00:00
py_result_ext.rs implement PyModuleMethods 2023-12-29 21:46:46 +00:00
pycell.rs Turn calls of __traverse__ into no-ops for unsendable pyclass if on the wrong thread 2023-12-23 15:01:08 +01:00
pyclass.rs Also replace IterANextOutput by autoref-based specialization to allow returning arbitrary values 2023-12-20 09:56:16 +01:00
pyclass_init.rs
sync.rs Increase use of common get_or_try_init_type_ref helper when caching type objects. 2023-12-21 11:33:25 +01:00
test_utils.rs
type_object.rs deprecate PyTryFrom and PyTryInto 2023-12-20 11:28:24 +00:00
version.rs