PyO3
pyo3
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
build(deps): update hashbrown requirement in /pyo3-benches Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/pyo3-benches/hashbrown-0.17
9 hours ago
build(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions/github-script-9
9 hours ago
remove unused doc imports
mejrs:cleanups
11 hours ago
fix clippy and typos
ngoldbaum:globals-set-default
11 hours ago
Add new PyDictMethods API wrapping PyDict_SetDefaultRef
ngoldbaum:globals-set-default
12 hours ago
refactor: hide `PyBufferFlags`
winstxnhdw:feat/stacked-pybuffer
13 hours ago
Add PyMemoryView::from_owned_buffer for zero-copy memoryview creation Adds a new method to create a Python memoryview that exposes a read-only view of byte data owned by a frozen PyClass instance without copying. This is useful for libraries like pyca/cryptography that need to expose internal buffers efficiently. The method uses PyBuffer_FillInfo + PyMemoryView_FromBuffer to create a memoryview backed by the owner's data, with the owner kept alive via the buffer's obj reference. Safety is enforced at compile time: - T: PyClass<Frozen = True> prevents mutation that could invalidate pointers - for<'a> FnOnce(&'a T) -> &'a [u8] ensures the slice borrows from T or is 'static Closes #5871 https://claude.ai/code/session_01EEP1DaqJwHGCoNufi2JT9H
alex:claude/implement-pyo3-api-5871-kzVaG
19 hours ago
extend safe api for `PyFrame` objects (#5967)
main
20 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
build(deps): update hashbrown requirement from 0.16 to 0.17 in /pyo3-benches
#5973
9 hours ago
84e9d15
dependabot/cargo/pyo3-benches/hashbrown-0.17
CodSpeed Performance Gauge
0%
build(deps): bump actions/github-script from 8 to 9
#5971
9 hours ago
0ac960b
dependabot/github_actions/actions/github-script-9
CodSpeed Performance Gauge
0%
Misc cleanups
#5970
11 hours ago
3cd71fa
mejrs:cleanups
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs