PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Drop c_char
clin1234:patch-9
6 hours ago
add BuildScriptContext
luxedo:4761/build-config-cleanups
1 day ago
fix: add PyObject_GetOptionalAttr compat shim and use it for all versions Add a compatibility shim for PyObject_GetOptionalAttr in pyo3-ffi/src/compat/py_3_13.rs that uses PyObject_GetAttr + PyErr_ExceptionMatches on Python < 3.13, matching the real C API behavior on 3.13+. Simplify getattr_opt to use the compat function unconditionally, removing the #[cfg] branching.
Harikeshav-R:fix-getattr-opt-subclass-check
1 day ago
style: finish CI rustfmt alignment
smarcd:rustpython-backend-upstream-tip
1 day ago
style: apply rustfmt after backend refactor
smarcd:rustpython-backend-upstream-tip
1 day ago
fix: adapt RustPython backend to upstream tip
smarcd:rustpython-backend-upstream-tip
1 day ago
fix: use infallible is_instance_of instead of fallible is_subclass_of Switch from `err.get_type().is_subclass_of::<PyAttributeError>()?` to `err.is_instance_of::<PyAttributeError>()` which is infallible and avoids masking the original error if the subclass check itself fails. This also matches the pattern used by `hasattr` in the same file.
Harikeshav-R:fix-getattr-opt-subclass-check
2 days ago
fix ffi-check
ngoldbaum:abi-tag-refactor
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Add miscellaneous non-limited PyError API functions
#5989
6 hours ago
6b45601
clin1234:patch-9
CodSpeed Performance Gauge
0%
Add BuildScriptContext
#5987
1 day ago
0726e20
luxedo:4761/build-config-cleanups
CodSpeed Performance Gauge
0%
fix: use subclass check for AttributeError in getattr_opt on Python < 3.13
#5985
1 day ago
fb45762
Harikeshav-R:fix-getattr-opt-subclass-check
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs