pyo3/src
2023-11-17 16:16:19 +00:00
..
conversions Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00: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_ Fix bug in default implementation of __ne__ 2023-10-11 09:48:06 +01:00
inspect
pycell
pyclass
tests ci: fix nightly unused import warnings 2023-10-25 23:30:14 +01:00
types Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
buffer.rs Update clippy 2023-10-06 23:31:06 +02:00
callback.rs
conversion.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00: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 better Some-wrapping for default arguments 2023-09-21 21:14:44 +01:00
instance.rs add Py2 as an internal API for optimization and dogfooding 2023-10-13 08:10:37 +02:00
internal_tricks.rs
lib.rs ci: fix nightly unused import warnings 2023-10-25 23:30:14 +01:00
macros.rs
marker.rs Change return types of py.None(), py.NotImplemented() and py.Ellipsis() to typed singletons 2023-11-17 16:16:19 +00:00
marshal.rs
panic.rs
prelude.rs add Py2 as an internal API for optimization and dogfooding 2023-10-13 08:10:37 +02:00
pycell.rs workaround BaseException issue on Python versions before 3.11 2023-09-10 22:16:17 +02: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 refactor: remove useless unsafe in get_mut 2023-10-29 13:50:36 +01:00
test_utils.rs truncate leap seconds on chrono to datetime conversions 2023-09-24 20:28:43 +01:00
type_object.rs
version.rs