PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Use thread::park() in HangThread. (#5115) * Use thread::park() in HangThread. std::thread::park() is basically Rust's version of libc::pause(), it waits for a 'signal' from std::thread::unpark(). On its own it can be used as a way to block forever without needing to resort to sleep(9999999) or platform-specific apis. * Add newsfragment.
main
8 hours ago
Add newsfragment.
m-ou-se:park
11 hours ago
docs: Document how to add support CPython versions
clin1234:cpython_doc
18 hours ago
add `rename_all` support for `#[derive(IntoPyObject)]`
Icxolu:intopyobject-rename-all
20 hours ago
unify `IntoPyObject`/`FromPyObject` derive attributes (#5070)
main
20 hours ago
unify `IntoPyObject`/`FromPyObject` derive attributes
Icxolu:fix/4884
21 hours ago
md
kykosic:bytes
23 hours ago
Remove cfg-if dependency. (#5110) * Remove cfg-if dependency. It was only used once. * Add newsfragment.
main
23 hours ago
Active Branches
docs: Document how to add support CPython versions
last run
18 hours ago
#5113
CodSpeed Performance Gauge
0%
add `rename_all` support for `#[derive(IntoPyObject)]`
last run
20 hours ago
#5112
CodSpeed Performance Gauge
0%
add `bytes` conversion
last run
23 hours ago
#5111
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs