PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix
chirizxc:PyLongWriter
14 hours ago
fix cfg gating
ngoldbaum:opaque-pyobject
17 hours ago
refactor: use `name` instead of `rename` for native_enum attributes Align with `#[pyclass(name = "...")]` convention. Both enum-level and variant-level attributes now use `name` instead of `rename`. Remove unused `kw::rename` custom keyword.
wakita181009:native-enum
17 hours ago
Merge branch 'pep-820' into opaque-pyobject
ngoldbaum:opaque-pyobject
17 hours ago
fix: use String instead of &str in FromPyObject for abi3 compatibility `&str: FromPyObject` is gated by `#[cfg(any(Py_3_10, not(Py_LIMITED_API)))]`, making it unavailable under abi3-py39. Use `String` which is always available.
wakita181009:native-enum
18 hours ago
fix: add native_enums.pyi stub for introspection test The test-introspection CI job generates .pyi stubs and compares them against expected files in pytests/stubs/. The native_enums module was missing its stub file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
wakita181009:native-enum
18 hours ago
fix: use URL for NativeEnum doc link in proc-macro crate Proc-macro crates cannot resolve intra-doc links to other crates. Replace `pyo3::native_enum::NativeEnum` with a docs.rs URL.
wakita181009:native-enum
18 hours ago
update
chirizxc:PyLongWriter
20 hours ago
Latest Branches
CodSpeed Performance Gauge
+15%
add `PyLong*` API (3.14+)
#6016
15 hours ago
f35bb45
chirizxc:PyLongWriter
CodSpeed Performance Gauge
+14%
Opaque PyObject ABI support
#5807
17 hours ago
107ab27
ngoldbaum:opaque-pyobject
CodSpeed Performance Gauge
+13%
Add native_enum: expose Rust enums as Python enum.Enum subclasses
#6020
17 hours ago
c0f95ea
wakita181009:native-enum
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs