PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add `Borrowed::get` to access class data (#5849) * add `Borrowed::get` to access class data * newsfragment
main
1 day ago
newsfragment
davidhewitt:borrowed-get
1 day ago
fix: re-format code
Embers-of-the-Fire:impl-5757
1 day ago
add: add newsfragments
Embers-of-the-Fire:fix-5842
1 day ago
Fix __del__ test failures on Python 3.7 and wasm32 - Gate test_del_called_on_dealloc, test_del_with_gc with Py_3_8 because Py_tp_finalize set via PyType_FromSpec is not properly applied on Python 3.7 (tp_finalize stays NULL on the type). - Gate test_del_via_cyclic_gc with Py_3_8 for the same reason — the GC also relies on tp_finalize being set. - Gate test_del_panic_preserves_active_exception with not(wasm32) because panics abort on wasm32-wasip1 (no unwinding support), so catch_unwind in the finalizefunc trampoline cannot catch the panic.
messense:__del__
1 day ago
Fix test_del_via_cyclic_gc on free-threaded Python On Py_GIL_DISABLED builds the GC may run asynchronously in a separate thread and need multiple collection passes. Retry gc.collect() in a loop (with a short sleep on free-threaded builds), matching the pattern used in test_gc.rs.
messense:__del__
2 days ago
add Sealed to pyclass traits
luxedo:3908/seal-pyclass
2 days ago
Fix test_del_via_cyclic_gc on free-threaded Python On Py_GIL_DISABLED builds the GC may run asynchronously in a separate thread and need multiple collection passes. Retry gc.collect() in a loop (with a short sleep on free-threaded builds), matching the pattern used in test_gc.rs.
messense:__del__
2 days ago
Active Branches
Implement `PyIterable` for `collections.abc.Iterable`
last run
1 day ago
#5848
CodSpeed Performance Gauge
0%
[fix] Fix `std::ffi` import for `_Py_NegativeRefcount`
last run
1 day ago
#5847
CodSpeed Performance Gauge
0%
pymethods: add support for `__del__`
last run
1 day ago
#2484
CodSpeed Performance Gauge
-16%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs