pyo3/src
2023-12-07 20:25:31 +08:00
..
conversions Add support for extracting Rust set types from frozenset 2023-12-07 20:25:31 +08:00
coroutine refactor: drop futures_util dependency 2023-12-04 18:56:34 +01:00
err Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
ffi Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
impl_ Merge pull request #3609 from wyfo/async_receiver 2023-12-07 07:38:25 +00:00
inspect
pycell call PyObject_GC_Untrack before deallocating 2023-09-09 22:29:58 +01:00
pyclass Refactor create_type_object so that most of the code is monomorphic 2023-11-28 20:09:34 -05:00
tests ci: fix nightly unused import warnings 2023-10-25 23:30:14 +01:00
types replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
buffer.rs Update clippy 2023-10-06 23:31:06 +02:00
callback.rs
conversion.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
coroutine.rs refactor: drop futures_util dependency 2023-12-04 18:56:34 +01:00
derive_utils.rs
exceptions.rs allow invalid_from_utf8 lint in tests 2023-09-23 12:54:53 +01:00
gil.rs
impl_.rs feat: add coroutine __name__/__qualname__ and not-awaited warning 2023-11-25 21:51:20 +01:00
instance.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
internal_tricks.rs
lib.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
macros.rs
marker.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
marshal.rs
panic.rs
prelude.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
pycell.rs Merge pull request #3609 from wyfo/async_receiver 2023-12-07 07:38:25 +00:00
pyclass.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
pyclass_init.rs
sync.rs Enable GILProtected access via PyVisit 2023-12-05 11:10:00 -08:00
test_utils.rs truncate leap seconds on chrono to datetime conversions 2023-09-24 20:28:43 +01:00
type_object.rs replace PyTryFrom by splitting PyTypeInfo 2023-12-05 08:01:30 +03:00
version.rs