- Notifications
You must be signed in to change notification settings - Fork 880
Pull requests: PyO3/pyo3
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add
FromPyObject
impl for Cow<Path>
& Cow<OsStr>
#5497 opened Oct 6, 2025 by bschoenmaeckers Loading…
change
Py
constructors from pointer to produce Py<PyAny>
#5495 opened Oct 5, 2025 by davidhewitt • Draft
docs: improve convention for handling
static mut
slots #5490 opened Oct 4, 2025 by davidhewitt Loading…
move away from the
FromPyObject
blanket for PyClass + Clone
#5488 opened Oct 4, 2025 by Icxolu Loading…
deprecate
downcast
functions in favour of cast
functions #5472 opened Sep 27, 2025 by davidhewitt Loading…
use
PyLong_FromNativeBytes
in num-bigint
conversion #5471 opened Sep 27, 2025 by davidhewitt Loading…
ci: install debug interpreter with uv CI-build-full
#5447 opened Sep 18, 2025 by davidhewitt • Draft
use last segment of module name (path) when adding to parent
#5375 opened Aug 29, 2025 by altendky Loading…
4 of 5 tasks
fill PyTypeInfo::NAME with Pythonic values (e.g. BaseException) instead of C ones (e.g. PyBaseException)
#5352 opened Aug 22, 2025 by Tpt Loading…
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.