-
Notifications
You must be signed in to change notification settings - Fork 936
Pull requests: PyO3/pyo3
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
docs: add safety declaration for
unsafe blocks
#5785
opened Feb 7, 2026 by
Embers-of-the-Fire
•
Draft
Add support for #[pyclass(get(attr1, attr2, ...))] and #[pyclass(set(attr1, attr2, ...))]
#5766
opened Jan 30, 2026 by
davidhozic
Loading…
4 tasks done
Run mypy on pytests
CI-skip-changelog
Skip checking changelog entry
#5765
opened Jan 30, 2026 by
Tpt
Loading…
Use PyModExport and PyABIInfo APIs in pymodule implementation
CI-build-full
CI-no-fail-fast
If one job fails, allow the rest to keep testing
free-threading
#5753
opened Jan 26, 2026 by
ngoldbaum
Loading…
Dogfeed Skip checking changelog entry
py_format! macro
CI-skip-changelog
#5751
opened Jan 26, 2026 by
bschoenmaeckers
•
Draft
rework
extract_argument code to populate holders as intermediate values
#5742
opened Jan 19, 2026 by
davidhewitt
•
Draft
Allows custom signatures for #[getter] and #[setter] in order to provide type hints
#5738
opened Jan 16, 2026 by
varchasgopalaswamy
Loading…
Fix TypeError when converting Rust encoding errors to Python
#5668
opened Dec 1, 2025 by
staticintlucas
Loading…
ci: move
ffi-check docs build inside its build script
CI-build-full
#5622
opened Nov 12, 2025 by
davidhewitt
•
Draft
add
ModuleState, core lifecycle callbacks for #[pymodule]s
#5600
opened Nov 4, 2025 by
bazaah
Loading…
ci: install debug interpreter with uv
CI-build-full
#5447
opened Sep 18, 2025 by
davidhewitt
•
Draft
use
PyThreadState_GetUnchecked to test if attached to the interpreter
#5350
opened Aug 21, 2025 by
davidhewitt
•
Draft
fix races when initializing
#[pyclass] type objects
#5341
opened Aug 20, 2025 by
davidhewitt
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.