Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / PyO3/pyo3 issues and pull requests
#4591 - ci: fix benchmarks build
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
Labels: CI-skip-changelog
#4590 - leak references for safety in `PyWeakRefMethods::upgrade_borrowed`
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 3 comments
#4589 - fix case of gil-refs feature breaking `create_exception!` macro
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
#4588 - Declare free-threaded support for PyModule
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 5 comments
#4587 - Add critical section API wrappers
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 2 comments
Labels: CI-build-full
#4586 - `text_signature` not available for `#pyclass`
Issue -
State: closed - Opened by piotryordanov 5 months ago
- 5 comments
Labels: bug
#4584 - "lazy" state of `PyErr` ... has challenges
Issue -
State: open - Opened by davidhewitt 5 months ago
- 9 comments
#4583 - stop emitting Py_3_6 cfg
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
Labels: CI-skip-changelog
#4582 - drop support for PyPy 3.7 and 3.8
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 1 comment
Labels: CI-build-full
#4581 - Python 3.8 EOL approaching
Issue -
State: open - Opened by davidhewitt 5 months ago
- 1 comment
#4580 - Migrate `PyTuple` / `PyList` constructors
Pull Request -
State: closed - Opened by Icxolu 5 months ago
- 1 comment
#4579 - `pyo3_build_config::get()` broken inside our proc macro crates when cross-compiling
Issue -
State: open - Opened by davidhewitt 5 months ago
Labels: bug
#4579 - `pyo3_build_config::get()` broken inside our proc macro crates when cross-compiling
Issue -
State: open - Opened by davidhewitt 5 months ago
Labels: bug
#4578 - Move env! to env::var_os for buck determinism
Pull Request -
State: closed - Opened by capickett 5 months ago
- 5 comments
#4578 - Move env! to env::var_os for buck determinism
Pull Request -
State: open - Opened by capickett 5 months ago
- 4 comments
#4577 - Add initial free-threading page for the guide
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 1 comment
Labels: documentation
#4576 - fix flaky tests on free-threaded build
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 1 comment
Labels: CI-skip-changelog, CI-build-full
#4575 - release: 0.22.4
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 5 comments
Labels: CI-no-fail-fast, CI-build-full
#4574 - fix unintentional `unsafe_code` trigger
Pull Request -
State: closed - Opened by Icxolu 5 months ago
- 7 comments
Labels: bugfix
#4573 - docs: Fix typo
Pull Request -
State: closed - Opened by Brogolem35 5 months ago
#4572 - Replace a use of `libc::c_void` with the `std` version
Pull Request -
State: closed - Opened by alex 5 months ago
Labels: CI-skip-changelog
#4571 - Add locked iterations APIs for dicts and lists
Issue -
State: closed - Opened by ngoldbaum 5 months ago
- 7 comments
Labels: enhancement
#4570 - PyO3 Sub Interpreter Broken since 0.22.0
Issue -
State: closed - Opened by Xuanwo 5 months ago
- 13 comments
Labels: bug
#4568 - Use disallow instantiation flag for classes without the __new__ method
Pull Request -
State: open - Opened by ahlinc 5 months ago
#4568 - Use disallow instantiation flag for classes without the __new__ method
Pull Request -
State: open - Opened by ahlinc 5 months ago
#4567 - Small fixes
Pull Request -
State: open - Opened by ahlinc 5 months ago
#4567 - Small fixes
Pull Request -
State: closed - Opened by ahlinc 5 months ago
#4566 - require `#[pyclass]` to be `Sync`
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 18 comments
#4564 - docs: fix broken links in python-from-rust.md
Pull Request -
State: closed - Opened by obi1kenobi 5 months ago
- 1 comment
#4563 - fix garbage collection in inheritance cases
Pull Request -
State: open - Opened by davidhewitt 5 months ago
#4563 - fix garbage collection in inheritance cases
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 3 comments
Labels: CI-build-full
#4562 - create_exception: the trait bound `MyError: pyo3::PyNativeType` is not satisfied
Issue -
State: closed - Opened by Wicpar 5 months ago
- 4 comments
Labels: bug
#4561 - docs: semantic change typo
Pull Request -
State: open - Opened by digitalsentinel 5 months ago
- 5 comments
#4561 - docs: semantic change typo
Pull Request -
State: closed - Opened by digitalsentinel 5 months ago
- 5 comments
#4559 - migrate `PySequenceMethods` trait bounds
Pull Request -
State: closed - Opened by Icxolu 5 months ago
Labels: CI-skip-changelog
#4558 - release notes for 0.22.3
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
Labels: CI-skip-changelog
#4555 - Lookup cross compile config paths with runtime OUT_DIR vs compile time
Pull Request -
State: closed - Opened by abrisco 5 months ago
- 3 comments
#4554 - 0.23 Release
Issue -
State: closed - Opened by davidhewitt 5 months ago
- 6 comments
#4553 - Add PyAnyMethods.try_iter and deprecate .iter
Pull Request -
State: closed - Opened by LilyFoote 5 months ago
- 4 comments
Labels: bugfix, confusing-api, rust
#4552 - `PyObjectInit` should be private (and sealed)
Issue -
State: open - Opened by davidhewitt 5 months ago
Labels: Good First Issue
#4552 - `PyObjectInit` should be private (and sealed)
Issue -
State: closed - Opened by davidhewitt 5 months ago
- 4 comments
Labels: Good First Issue
#4551 - docs: update Using Python from Rust code to compile
Pull Request -
State: open - Opened by Mossman1215 5 months ago
- 1 comment
#4551 - docs: update Using Python from Rust code to compile
Pull Request -
State: closed - Opened by Mossman1215 5 months ago
- 2 comments
#4550 - `PyAnyMethods::iter()` is a footgun, should be called `try_iter()`
Issue -
State: open - Opened by itamarst 5 months ago
- 3 comments
Labels: bug, confusing-api
#4550 - `PyAnyMethods::iter()` is a footgun, should be called `try_iter()`
Issue -
State: closed - Opened by itamarst 5 months ago
- 3 comments
Labels: bug, confusing-api
#4549 - fix beta/nightly ci
Pull Request -
State: closed - Opened by Icxolu 5 months ago
Labels: CI-skip-changelog
#4549 - fix beta/nightly ci
Pull Request -
State: closed - Opened by Icxolu 5 months ago
Labels: CI-skip-changelog
#4547 - docs: Adding Sail to List of Users
Pull Request -
State: closed - Opened by shehabgamin 5 months ago
#4547 - docs: Adding Sail to List of Users
Pull Request -
State: closed - Opened by shehabgamin 5 months ago
#4546 - remove continue-on-error from free-threaded CI job
Pull Request -
State: open - Opened by ngoldbaum 5 months ago
- 2 comments
Labels: CI-skip-changelog, CI-build-full
#4546 - remove continue-on-error from free-threaded CI job
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 4 comments
Labels: CI-skip-changelog, CI-build-full
#4545 - fix typo in docs for pymodule macro
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 1 comment
Labels: CI-skip-changelog
#4545 - fix typo in docs for pymodule macro
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 1 comment
Labels: CI-skip-changelog
#4544 - Make PyClassBorrowChecker thread safe
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 14 comments
#4544 - Make PyClassBorrowChecker thread safe
Pull Request -
State: open - Opened by ngoldbaum 5 months ago
- 9 comments
#4543 - Running Python in Rust example in README errors
Issue -
State: open - Opened by haydonryan 5 months ago
- 3 comments
Labels: bug
#4543 - Running Python in Rust example in README errors
Issue -
State: open - Opened by haydonryan 5 months ago
- 4 comments
Labels: bug
#4542 - make `GILOnceCell::get_or_try_init_type_ref` public
Pull Request -
State: closed - Opened by glevco 5 months ago
- 4 comments
#4542 - make `GILOnceCell::get_or_try_init_type_ref` public
Pull Request -
State: closed - Opened by glevco 5 months ago
- 4 comments
#4541 - Update chrono-tz requirement from >= 0.6, < 0.10 to >= 0.6, < 0.11
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, rust
#4541 - Update chrono-tz requirement from >= 0.6, < 0.10 to >= 0.6, < 0.11
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, rust
#4540 - Bump deadsnakes/action from 3.1.0 to 3.2.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, CI-skip-changelog, github-actions
#4540 - Bump deadsnakes/action from 3.1.0 to 3.2.0
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, CI-skip-changelog, github-actions
#4539 - Don't use PyList.get_item_unchecked() on free-threaded build
Pull Request -
State: closed - Opened by ngoldbaum 5 months ago
- 1 comment
#4538 - docs: fixed spelling mistake "clases" -> "classes"
Pull Request -
State: closed - Opened by YesSeri 5 months ago
#4536 - migrate `PySet` to `IntoPyObject`
Pull Request -
State: closed - Opened by Icxolu 5 months ago
- 1 comment
Labels: CI-skip-changelog
#4535 - LICENSE: fix up Apache license
Pull Request -
State: closed - Opened by birkenfeld 5 months ago
Labels: CI-skip-changelog
#4534 - update FFI bindings to reflect deprecated and removed items
Pull Request -
State: closed - Opened by ngoldbaum 6 months ago
- 2 comments
#4533 - ci: updates for Rust 1.81
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4532 - Fix typo and missed configs in FFI bindings
Pull Request -
State: closed - Opened by ngoldbaum 6 months ago
Labels: CI-skip-changelog
#4531 - test_compile_errors fails on Rust 1.81.0
Issue -
State: closed - Opened by ngoldbaum 6 months ago
#4530 - docs: convert text urls to actual links.
Pull Request -
State: closed - Opened by abrisco 6 months ago
- 1 comment
#4529 - Add bindings for PyImport_AddModuleRef and use it in Python::run_code
Pull Request -
State: closed - Opened by ngoldbaum 6 months ago
- 1 comment
#4528 - Add PyWeakref_GetRef and use it in weakref wrappers.
Pull Request -
State: closed - Opened by ngoldbaum 6 months ago
- 3 comments
#4524 - Plugin example does not compile
Issue -
State: open - Opened by gfxenjoyer 6 months ago
Labels: bug
#4523 - Add PyMutex wrappers
Pull Request -
State: open - Opened by ngoldbaum 6 months ago
- 20 comments
#4521 - update `complexobject.rs` for 3.13
Pull Request -
State: open - Opened by davidhewitt 6 months ago
#4520 - add `Borrowed::as_ptr`
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
#4519 - docs: suggest cloning `Arc<Py<T>>` to replace `py-clone`
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
#4518 - release: 0.22.3
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 3 comments
Labels: CI-build-full
#4517 - ci: fix nightly build
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4516 - Make `GILOnceCell<Py<PyType>>`'s `get_or_try_init_type_ref` public
Issue -
State: closed - Opened by glevco 6 months ago
- 4 comments
Labels: enhancement
#4514 - docs: add logo and mascot
Pull Request -
State: closed - Opened by somethingelseentirely 6 months ago
- 2 comments
#4513 - add `OnceLockExt` extension trait to help initialize `OnceLock`
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 5 comments
#4512 - make `GILOnceCell` threadsafe
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 12 comments
Labels: CI-build-full
#4511 - Add Python-ref cloning `GILOnceCell::<Py<T>>::clone_ref`
Pull Request -
State: closed - Opened by jakelishman 6 months ago
- 1 comment
#4510 - Add conversion support for the jiff datetime library
Issue -
State: closed - Opened by rumpelsepp 6 months ago
- 3 comments
Labels: enhancement
#4509 - cfg features for enum variants
Pull Request -
State: closed - Opened by jeff-k 6 months ago
- 3 comments
#4508 - docs: updated docs with additional Bazel example
Pull Request -
State: closed - Opened by abrisco 6 months ago
#4507 - Bad error message when using incorrect signature for some dunder methods
Issue -
State: open - Opened by Walter-Reactor 6 months ago
Labels: bug
#4506 - reintroduce `PyUnicodeDecodeError` constructors
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4505 - reintroduce `Py::call` and `Py::call_method`
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4504 - Remove GILProtected on free-threaded build
Pull Request -
State: open - Opened by ngoldbaum 6 months ago
#4503 - Add a `pycall!()` macro
Pull Request -
State: open - Opened by ChayimFriedman2 6 months ago
- 5 comments
#4502 - Async pymethods returning result breaks "new" initializer method
Issue -
State: open - Opened by chamoretto 6 months ago
- 3 comments
Labels: bug
#4501 - use unique module names in unit and integration tests
Pull Request -
State: closed - Opened by ngoldbaum 6 months ago
Labels: CI-skip-changelog
#4500 - pyo3-error crate
Issue -
State: open - Opened by juntyr 6 months ago
#4500 - pyo3-error crate
Issue -
State: open - Opened by juntyr 6 months ago
- 2 comments
#4500 - pyo3-error crate
Issue -
State: open - Opened by juntyr 6 months ago
#4498 - send PyErr through channel will cause dead lock
Issue -
State: closed - Opened by Liyixin95 6 months ago
- 2 comments
Labels: bug