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
Sort

Pull requests list

Small fixes
#4567 opened Sep 19, 2024 by ahlinc Loading…
require #[pyclass] to be Sync
#4566 opened Sep 18, 2024 by davidhewitt Draft
fix garbage collection in inheritance cases
#4563 opened Sep 17, 2024 by davidhewitt Loading…
docs: semantic change typo
#4561 opened Sep 17, 2024 by digitalsentinel Loading…
migrate PySequenceMethods trait bounds CI-skip-changelog Skip checking changelog entry
#4559 opened Sep 16, 2024 by Icxolu Loading…
release notes for 0.22.3 CI-skip-changelog Skip checking changelog entry
#4558 opened Sep 15, 2024 by davidhewitt Loading…
Add PyAnyMethods.try_iter and deprecate .iter bugfix confusing-api rust Pull requests that update Rust code
#4553 opened Sep 13, 2024 by LilyFoote Loading…
remove continue-on-error from free-threaded CI job CI-build-full CI-skip-changelog Skip checking changelog entry
#4546 opened Sep 11, 2024 by ngoldbaum Loading…
Make PyClassBorrowChecker thread safe
#4544 opened Sep 10, 2024 by ngoldbaum Loading…
make GILOnceCell::get_or_try_init_type_ref public
#4542 opened Sep 10, 2024 by glevco Loading…
migrate PySet to IntoPyObject CI-skip-changelog Skip checking changelog entry
#4536 opened Sep 6, 2024 by Icxolu Loading…
Add PyMutex wrappers
#4523 opened Sep 3, 2024 by ngoldbaum Draft
make GILOnceCell threadsafe
#4512 opened Sep 2, 2024 by davidhewitt Loading…
Add a pycall!() macro
#4503 opened Aug 30, 2024 by ChayimFriedman2 Draft
Derive macro for IntoPyObject
#4495 opened Aug 26, 2024 by Icxolu Loading…
migrate PyDictMethods trait bounds CI-skip-changelog Skip checking changelog entry
#4493 opened Aug 25, 2024 by Icxolu Loading…
ProTip! Filter pull requests by the default branch with base:main.