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
#4268 - Bump diagnostic_namespace rust version
Pull Request -
State: closed - Opened by mejrs 5 months ago
- 1 comment
Labels: CI-skip-changelog
#4267 - Proc macro to create .pyi file from rust implementations
Issue -
State: open - Opened by Jgfrausing 5 months ago
Labels: enhancement
#4266 - release: 0.22.0
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 6 comments
Labels: CI-build-full
#4266 - release: 0.22.0
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 6 comments
Labels: CI-build-full
#4265 - Tracking issue for no-gil/freethreaded work
Issue -
State: open - Opened by alex 5 months ago
- 62 comments
#4265 - Tracking issue for no-gil/freethreaded work
Issue -
State: open - Opened by alex 5 months ago
- 64 comments
#4264 - Add several missing wrappers to PyAnyMethods
Pull Request -
State: closed - Opened by xen0n 5 months ago
#4264 - Add several missing wrappers to PyAnyMethods
Pull Request -
State: closed - Opened by xen0n 5 months ago
#4263 - Linking error on macOS when using pyo3_special_method_derive
Issue -
State: open - Opened by EricLBuehler 5 months ago
#4263 - Linking error on macOS when using pyo3_special_method_derive
Issue -
State: open - Opened by EricLBuehler 5 months ago
#4261 - Emit `c""` literals from macros on Rust 1.77+
Issue -
State: closed - Opened by davidhewitt 5 months ago
#4260 - RFC: rename `PyString` -> `PyStr`, and `PyLong` -> `PyInt`
Issue -
State: closed - Opened by davidhewitt 5 months ago
- 12 comments
Labels: Good First Issue
#4260 - RFC: rename `PyString` -> `PyStr`, and `PyLong` -> `PyInt`
Issue -
State: open - Opened by davidhewitt 5 months ago
- 7 comments
Labels: Good First Issue
#4259 - Implement PartialEq for PyBytes and [u8]
Pull Request -
State: closed - Opened by codeguru42 5 months ago
- 4 comments
#4259 - Implement PartialEq for PyBytes and [u8]
Pull Request -
State: closed - Opened by codeguru42 5 months ago
- 4 comments
#4258 - Update tests for numpy 2.0
Pull Request -
State: closed - Opened by alex 5 months ago
#4258 - Update tests for numpy 2.0
Pull Request -
State: closed - Opened by alex 5 months ago
#4257 - Stabilize declarative modules
Pull Request -
State: closed - Opened by alex 5 months ago
- 3 comments
#4255 - add `c_str!` macro to create `&'static CStr`
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 2 comments
#4254 - use `ffi::MemberGef` for `#[pyo3(get)]` fields of `Py<T>`
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 7 comments
#4253 - Contribution opportunity: use Python 3.12 managed dict and weakref
Issue -
State: open - Opened by davidhewitt 5 months ago
- 2 comments
#4252 - Performance opportunity: support `__vectorcalloffset__` for `__call__`
Issue -
State: open - Opened by davidhewitt 5 months ago
- 4 comments
#4251 - fix `__dict__` on Python 3.9 with limited API
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 1 comment
#4250 - Implement `PartialEq` for more `Bound<'py, T>` types
Issue -
State: open - Opened by davidhewitt 5 months ago
- 9 comments
Labels: Good First Issue
#4249 - implement `PyModuleMethods::filename` on PyPy
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
#4248 - Add support for Python interpreter version 3.13 - PyCharm
Issue -
State: closed - Opened by testerops01 5 months ago
- 2 comments
Labels: bug
#4247 - #[pyo3(get)] much slower than python attribute access
Issue -
State: closed - Opened by gerrymanoim 5 months ago
- 7 comments
#4245 - implement `PartialEq<str>` for `Bound<'py, PyString>`
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 4 comments
#4244 - ci: updates for Rust 1.79
Pull Request -
State: closed - Opened by Icxolu 5 months ago
Labels: CI-skip-changelog
#4243 - Collecting multiple attribute error
Pull Request -
State: closed - Opened by Cheukting 5 months ago
- 4 comments
#4241 - Rework pyo3 features to make unlimited api opt-in
Pull Request -
State: open - Opened by LilyFoote 5 months ago
- 7 comments
#4240 - refactor: use `ptr_from_ref` and ptr `.cast()`
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 1 comment
Labels: CI-skip-changelog
#4239 - ci: minor cleanups following 1.63 MSRV
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
- 2 comments
Labels: CI-skip-changelog
#4238 - docs: close all 0.20->0.21 migration items
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
#4237 - pypy/graalpy: set `Py_LIMITED_API` when `abi3` requested
Pull Request -
State: closed - Opened by davidhewitt 5 months ago
Labels: CI-build-full
#4236 - Declarative modules: make sure to emit doc comments and other attributes
Pull Request -
State: closed - Opened by Tpt 5 months ago
- 4 comments
#4233 - Trait ergonomics str implementation
Pull Request -
State: closed - Opened by Zyell 6 months ago
- 9 comments
#4231 - Destructure arguments in function signatures
Issue -
State: open - Opened by nickdrozd 6 months ago
- 4 comments
Labels: enhancement
#4229 - fix incorrect raw identifier handling for the `name` attribute of `pyfunction`s
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: bugfix, CI-skip-changelog
#4228 - Allow module= attribute in complex enum variants
Pull Request -
State: closed - Opened by liammcinroy 6 months ago
- 2 comments
#4227 - fix clippy
Pull Request -
State: closed - Opened by Icxolu 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4226 - Use `Ident::parse_any` for `name` attributes
Pull Request -
State: closed - Opened by Databean 6 months ago
- 2 comments
#4225 - Can't use rust keywords as python function names
Issue -
State: open - Opened by Databean 6 months ago
- 7 comments
Labels: bug
#4224 - fix incorrect `__richcmp__` for `eq_int` only simple enums
Pull Request -
State: closed - Opened by Icxolu 6 months ago
- 8 comments
Labels: bugfix, CI-skip-changelog
#4223 - try to debug ffi check build failure
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4222 - docs: fix typo
Pull Request -
State: closed - Opened by davidbrochart 6 months ago
- 3 comments
Labels: CI-skip-changelog
#4220 - Improve the span and message for return types of pymethod/functions
Pull Request -
State: closed - Opened by mejrs 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4219 - Added `as_super` methods to `PyRef` and `PyRefMut`.
Pull Request -
State: closed - Opened by JRRudy1 6 months ago
- 6 comments
#4215 - Multiprocessing seems to erroneously fork bomb
Issue -
State: open - Opened by MolotovCherry 6 months ago
- 3 comments
Labels: bug
#4214 - Added `From<Bound<'py, T>>` impl for `PyClassInitializer<T>`.
Pull Request -
State: closed - Opened by JRRudy1 6 months ago
- 5 comments
#4213 - Automated module= field creation in declarative modules
Pull Request -
State: closed - Opened by Tpt 6 months ago
- 1 comment
#4212 - Fixing Flaky Datetime Test with Hypothesis
Pull Request -
State: closed - Opened by Cheukting 6 months ago
- 2 comments
Labels: CI-skip-changelog
#4210 - add pyclass `eq` option
Pull Request -
State: closed - Opened by Icxolu 6 months ago
- 5 comments
#4209 - ci: turn off gh-pages benchmarks
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4207 - `#[pyclass]` trait ergonomics
Issue -
State: open - Opened by davidhewitt 6 months ago
- 9 comments
#4206 - add pyclass `hash` option
Pull Request -
State: closed - Opened by Icxolu 6 months ago
- 11 comments
#4205 - Added `ToPyObject` and `IntoPy<PyObject>` impls for `PyBackedStr`.
Pull Request -
State: closed - Opened by JRRudy1 6 months ago
- 8 comments
#4204 - `a.b.c += 1` does not work
Issue -
State: closed - Opened by fzyzcjy 6 months ago
- 2 comments
Labels: bug
#4203 - Added `PyRefMap` and `PyRefMapMut` for borrowing data nested within a `PyRef`/`PyRefMut`
Pull Request -
State: open - Opened by JRRudy1 6 months ago
- 3 comments
#4202 - feat: Add 'ord' option for PyClass and corresponding tests
Pull Request -
State: closed - Opened by Zyell 6 months ago
- 3 comments
#4201 - remove internal APIs from pyo3-ffi
Pull Request -
State: closed - Opened by Cheukting 6 months ago
- 7 comments
Labels: CI-skip-changelog
#4200 - fix calling POOL.update_counts() when no `gil-refs` feature
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 4 comments
Labels: CI-skip-changelog
#4199 - ci: adjust test to avoid type inference
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
Labels: CI-skip-changelog
#4198 - docs: Include import hook in getting-started.md
Pull Request -
State: closed - Opened by Cheukting 6 months ago
#4197 - adding new getter for type obj
Pull Request -
State: closed - Opened by Cheukting 6 months ago
- 6 comments
#4196 - Revamp PyType name functions to match PEP 737
Pull Request -
State: closed - Opened by aneeshusa 6 months ago
- 10 comments
#4195 - Added `stable_deref_trait::StableDeref` implementation for `PyRef` and `PyRefMut`
Pull Request -
State: closed - Opened by JRRudy1 6 months ago
- 7 comments
#4194 - Add error messages for unsupported macro features on compilation
Pull Request -
State: closed - Opened by codeguru42 6 months ago
- 15 comments
#4193 - Remove OWNED_OBJECTS thread local when GILPool is disabled.
Pull Request -
State: closed - Opened by adamreichold 6 months ago
- 3 comments
Labels: CI-skip-changelog
#4192 - [Feature request] Directly expose tp_bases, tp_mro, and tp_subclasses on PyType in high-level API
Issue -
State: closed - Opened by Hooksie 6 months ago
- 4 comments
Labels: enhancement
#4190 - docs: attempt to clarify magic methods supported by PyO3
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
#4189 - docs: minor updates to pyenv installs
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 2 comments
#4188 - Move GIL counting from GILPool to GILGuard
Pull Request -
State: closed - Opened by alex 6 months ago
- 3 comments
Labels: CI-skip-changelog
#4187 - Change `GILGuard` to be able to represent a GIL that was already held
Pull Request -
State: closed - Opened by alex 6 months ago
Labels: CI-skip-changelog
#4186 - RFC: `#[derive(PyException)]` macro for easier error interop between Rust and Python
Pull Request -
State: open - Opened by Icxolu 6 months ago
- 1 comment
#4185 - Emit a better error for abi3 inheritance
Pull Request -
State: closed - Opened by mejrs 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4184 - ci: start testing on 3.13-dev
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 6 comments
Labels: CI-build-full
#4183 - docs: Add a FAQ section about recompilation due to IDE
Pull Request -
State: open - Opened by wyfo 6 months ago
- 3 comments
#4182 - [RFC] standardize PyBytes <-> Vec<u8> or &[u8] or Cow<[u8]>
Pull Request -
State: closed - Opened by diliop 6 months ago
- 7 comments
#4181 - feature gate deprecated APIs for `GILPool`
Pull Request -
State: closed - Opened by alex 6 months ago
- 12 comments
Labels: CI-skip-changelog
#4180 - Missing `__init_subclass__` and `__set_name__` magic methods in the user guide
Issue -
State: closed - Opened by Divy1211 6 months ago
- 2 comments
Labels: documentation
#4179 - add benchmark for deferred object drops
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4178 - Lazy-initialize the global reference pool to reduce its overhead when unused
Pull Request -
State: closed - Opened by adamreichold 6 months ago
- 17 comments
#4177 - feature gate `PyCell`
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4176 - Updates comments regarding the reference pool that were inaccurate
Pull Request -
State: closed - Opened by alex 6 months ago
- 2 comments
Labels: CI-skip-changelog
#4175 - split more impl blocks (preparation of `PyCell` feature gate)
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4174 - add flag to skip reference pool mutex if the program doesn't use the pool
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 6 comments
#4173 - feature gate deprecated APIs for `Python`
Pull Request -
State: closed - Opened by Icxolu 6 months ago
- 2 comments
Labels: CI-skip-changelog
#4172 - feature gate `as/into_gil_ref` APIs (Part 3)
Pull Request -
State: closed - Opened by Icxolu 6 months ago
- 1 comment
Labels: CI-skip-changelog
#4171 - intern macro name is not very descriptive
Issue -
State: closed - Opened by Stargateur 6 months ago
- 1 comment
#4170 - Segmentation fault and misaligned pointer dereference with Rayon
Issue -
State: closed - Opened by DGolubets 6 months ago
- 1 comment
Labels: bug
#4169 - feature gate deprecated more APIs for `Py`
Pull Request -
State: closed - Opened by alex 6 months ago
Labels: CI-skip-changelog
#4168 - emit rustc-check-cfg only on rust 1.80+
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
- 3 comments
Labels: CI-skip-changelog
#4167 - remove function pointer wrappers no longer needed for MSRV
Pull Request -
State: closed - Opened by davidhewitt 6 months ago
Labels: CI-skip-changelog
#4166 - feature gate APIs using `into_gil_ref` (Part 2)
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4163 - emit `cargo:rustc-check-cfg=CHECK_CFG` for `pyo3`s config names
Pull Request -
State: closed - Opened by Icxolu 6 months ago
Labels: CI-skip-changelog
#4162 - RFC: Implement Multi-Phase Module Initialization as per PEP 489
Pull Request -
State: open - Opened by Aequitosh 6 months ago
- 5 comments
#4161 - Optional argument is detected in `linux`/`windows` but not in `macos`
Issue -
State: closed - Opened by baseplate-admin 7 months ago
- 3 comments
Labels: bug
#4160 - feature gate APIs using `into_gil_ref` (Part 1)
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4159 - feature gate deprecated APIs for `PyBool`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog