Skip to content

Pull requests: PyO3/pyo3

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

No std ThreadId
#6056 opened May 18, 2026 by Person-93 Contributor Loading…
use hashbrown internally if it's enabled
#6055 opened May 18, 2026 by Person-93 Contributor Loading…
use std as extern crate
#6054 opened May 18, 2026 by Person-93 Contributor Loading…
pub(crate) all functions prefixed with _Py
#6053 opened May 17, 2026 by clin1234 Contributor Loading…
fix PyFrame::builtins type confusion issue
#6052 opened May 17, 2026 by Icxolu Member Loading…
more cleanup of private FFI definitions
#6042 opened May 13, 2026 by davidhewitt Member Loading…
clean up / fix outdated private API definitions
#6038 opened May 12, 2026 by davidhewitt Member Loading…
ci: cache wasm & emscripten builds
#6030 opened May 11, 2026 by davidhewitt Member Draft
Introspection: adds backward compatibility tests CI-skip-changelog Skip checking changelog entry
#6019 opened May 7, 2026 by Tpt Contributor Loading…
add PyLong* API (3.14+)
#6016 opened May 5, 2026 by chirizxc Contributor Loading…
Add Py_SET_SIZE and Py_RETURN_NOTIMPLEMENTED functions
#6003 opened Apr 25, 2026 by clin1234 Contributor Loading…
Add miscellaneous non-limited PyError API functions
#5989 opened Apr 19, 2026 by clin1234 Contributor Loading…
Add BuildScriptContext
#5987 opened Apr 18, 2026 by luxedo Contributor Draft
Ergonomic API around capsules
#5983 opened Apr 17, 2026 by Tpt Contributor Loading…
Add stub generation support for overloads.
#5957 opened Apr 7, 2026 by tychedelia Loading…
Improve test coverage for src/call.rs CI-skip-changelog Skip checking changelog entry
#5951 opened Apr 5, 2026 by leftygbalogh Draft
Specialize self conversion for descriptor slots
#5930 opened Mar 31, 2026 by MatthieuDartiailh Contributor Loading…
Run tests with macros and without experimental inspect CI-skip-changelog Skip checking changelog entry
#5913 opened Mar 25, 2026 by Tpt Contributor Loading…
Draft unpack implementation
#5902 opened Mar 22, 2026 by kaathewisegit Draft
feat: introduce stack-allocated PyBuffer
#5894 opened Mar 19, 2026 by winstxnhdw Contributor Loading…
Stub: allow custom imports
#5877 opened Mar 13, 2026 by Tpt Contributor Loading…
use PyErr_SetRaisedException in raise_lazy CI-skip-changelog Skip checking changelog entry
#5876 opened Mar 13, 2026 by bschoenmaeckers Member Loading…
ProTip! Exclude everything labeled bug with -label:bug.