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
#4158 - allow constructor customization of complex enum variants
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 5 comments
#4157 - store the `FnArg` ident as a `Cow` instead of a reference
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 2 comments
Labels: CI-skip-changelog
#4156 - Replace &'a Ident with Cow in FnArg Enum
Issue -
State: closed - Opened by newcomertv 7 months ago
Labels: enhancement
#4155 - libpython not loaded under Anaconda
Issue -
State: open - Opened by Chris00 7 months ago
- 2 comments
Labels: bug
#4154 - feature gate deprecated APIs for `PyCFunction`
Pull Request -
State: closed - Opened by alex 7 months ago
Labels: CI-skip-changelog
#4153 - pyo3 fails to build on systems without AtomicI64
Issue -
State: closed - Opened by he32 7 months ago
- 7 comments
#4152 - feature gate deprecated APIs for `PyMemoryView`
Pull Request -
State: closed - Opened by alex 7 months ago
Labels: CI-skip-changelog
#4151 - feature gate deprecated APIs for `PyModule`
Pull Request -
State: closed - Opened by alex 7 months ago
Labels: CI-skip-changelog
#4150 - ci: updates for Rust 1.78
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 2 comments
Labels: CI-skip-changelog
#4149 - feature gate deprecated APIs for `marshal`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 1 comment
Labels: CI-skip-changelog
#4148 - Add `num-rational` support for Python's `fractions.Fraction` type
Pull Request -
State: closed - Opened by dmatos2012 7 months ago
- 2 comments
#4147 - fix `clippy-beta` ci workflow
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4146 - fix `check-guide` ci workflow
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4145 - feature gate deprecated APIs for `PyFloat` and `PyComplex`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 1 comment
Labels: CI-skip-changelog
#4144 - feature gate deprecated APIs for `PyBuffer`
Pull Request -
State: closed - Opened by alex 7 months ago
Labels: CI-skip-changelog
#4142 - feature gate deprecated APIs for `Py`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4141 - feature gate deprecated APIs for `PySlice`
Pull Request -
State: closed - Opened by alex 7 months ago
Labels: CI-skip-changelog
#4140 - port `PyAny` tests to `Bound` API
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4139 - port `PySequence` tests to `Bound` API
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4138 - docs: Remove out-dated information for pyenv
Pull Request -
State: closed - Opened by linhr 7 months ago
#4136 - feature gate deprecated APIs for `PyErr` and exceptions
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4135 - feat: support pyclass on tuple enums (closer but not there yet)
Pull Request -
State: closed - Opened by carderne 7 months ago
- 2 comments
#4134 - feature gate deprecated APIs for `PyType`, `PyTypeInfo` and `PySuper`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4133 - Add trait for cloning while the GIL is held
Issue -
State: open - Opened by adamreichold 7 months ago
- 3 comments
Labels: enhancement
#4132 - feature gate deprecated APIs for `PyEllipsis`, `PyNone` and `PyNotImplemented`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4131 - feature gate deprecated APIs for `PyBytes` and `PyPyByteArray`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4130 - Fix lychee for guide
Pull Request -
State: closed - Opened by alex 7 months ago
Labels: CI-skip-changelog
#4129 - Update MSRV to 1.63
Pull Request -
State: closed - Opened by alex 7 months ago
- 4 comments
Labels: CI-build-full
#4127 - feature gate deprecated APIs for `PyList`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4126 - Tuple from iterable
Issue -
State: closed - Opened by kevinhartman 7 months ago
Labels: enhancement
#4125 - cargo test --workspace fails with linker errors
Issue -
State: open - Opened by MusicalNinjaDad 7 months ago
- 2 comments
Labels: bug
#4124 - docs: fix typo in trait-bounds.md
Pull Request -
State: closed - Opened by sk1p 7 months ago
- 1 comment
#4123 - docs: Add `pyreqwest_impersonate` to example projects
Pull Request -
State: closed - Opened by deedy5 7 months ago
- 1 comment
#4121 - IPython ignores Control + C after loading Rust module built with PyO3/Maturin
Issue -
State: open - Opened by SichangHe 7 months ago
- 3 comments
Labels: bug
#4120 - Enable some Clippy lints
Pull Request -
State: closed - Opened by nickdrozd 7 months ago
- 6 comments
Labels: CI-skip-changelog
#4119 - feature gate deprecated APIs for `PyIterator`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4118 - feature gate deprecated APIs for `PyFrozenSet`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4117 - handle `#[pyo3(from_py_with = ...)]` on dunder (`__magic__`) methods
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: bugfix
#4116 - Disable PyUnicode_DATA on PyPy
Pull Request -
State: closed - Opened by dmatos2012 7 months ago
- 2 comments
#4115 - docs: Further updates to Contributing.md re testing, linting etc.
Pull Request -
State: open - Opened by MusicalNinjaDad 7 months ago
- 5 comments
#4114 - Incorrect configuration exclusions for Windows Py>3.10??
Issue -
State: open - Opened by MusicalNinjaDad 7 months ago
#4113 - `#[pyo3(from_py_with)]` is ignored in dunder methods (`__eq__`, etc.)
Issue -
State: closed - Opened by wyfo 7 months ago
- 1 comment
#4112 - feature gate deprecated APIs for `PyCapsule`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4111 - feature gate deprecated APIs for `datetime` types
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 2 comments
Labels: CI-skip-changelog
#4110 - Set custom path with `run_code`
Issue -
State: open - Opened by saulshanabrook 7 months ago
- 1 comment
Labels: enhancement
#4109 - Default values in enum struct-variants
Issue -
State: closed - Opened by EricLBuehler 7 months ago
- 4 comments
Labels: enhancement
#4108 - feature gate deprecated APIs for `PyDict`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4107 - feature gate deprecated APIs for `PyTuple`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4106 - Apply pending refcnt updates before release
Pull Request -
State: closed - Opened by adamreichold 7 months ago
- 4 comments
Labels: bugfix
#4105 - segmentation fault second run of rust function in python pyo3 0.21.2
Issue -
State: closed - Opened by Crispy13 7 months ago
- 24 comments
Labels: bug
#4104 - fix vectorcall argument handling
Pull Request -
State: closed - Opened by birkenfeld 7 months ago
- 1 comment
Labels: bugfix
#4101 - feature gate deprecated APIs for `PyString`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4100 - change `PyAnyMethods::dir` to be fallible
Pull Request -
State: closed - Opened by davidhewitt 7 months ago
#4099 - pyo3-testing: initial proc_macro to make testing pyo3functions easier
Pull Request -
State: closed - Opened by MusicalNinjaDad 7 months ago
- 3 comments
#4098 - add `#[track_caller]` to all `Py`/`Bound`/`Borrowed` methods which panic
Pull Request -
State: closed - Opened by davidhewitt 7 months ago
- 1 comment
#4096 - feature gate deprecated APIs for `PySet`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
Labels: CI-skip-changelog
#4095 - Remove deferred reference count increments and make the global reference pool optional
Pull Request -
State: closed - Opened by adamreichold 7 months ago
- 28 comments
#4094 - non-local `impl` definition, they should be avoided as they go against expectation
Issue -
State: closed - Opened by waynexia 7 months ago
- 3 comments
Labels: bug
#4093 - `PyObject_CallOneArg()` usage triggers assert
Issue -
State: closed - Opened by ariebovenberg 7 months ago
- 1 comment
Labels: bug
#4092 - `Drop` trait never called on exit
Issue -
State: closed - Opened by jimy-byerley 7 months ago
- 3 comments
#4091 - release notes for 0.21.2
Pull Request -
State: closed - Opened by davidhewitt 7 months ago
Labels: CI-skip-changelog
#4088 - Scope macro imports more tightly
Pull Request -
State: closed - Opened by mejrs 7 months ago
Labels: CI-skip-changelog
#4087 - Specify higher target-lexicon version
Pull Request -
State: closed - Opened by mejrs 7 months ago
Labels: CI-skip-changelog
#4086 - fix declarative module compile error with `create_exception!`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 2 comments
#4084 - pyo3-0.20.2 fails to build on systems without AtomicI64
Issue -
State: closed - Opened by he32 7 months ago
- 2 comments
Labels: bug
#4082 - Deprecate the `PySet::empty` gil-ref constructor
Pull Request -
State: closed - Opened by davidhewitt 7 months ago
#4081 - convert module initialization to use pep 489 slots
Pull Request -
State: open - Opened by davidhewitt 7 months ago
#4081 - convert module initialization to use pep 489 slots
Pull Request -
State: open - Opened by davidhewitt 7 months ago
#4080 - docs: Make contributing.md slightly more clear for newer contributors
Pull Request -
State: closed - Opened by dmatos2012 7 months ago
- 2 comments
#4079 - Allow use of scientific notation on rust decimal
Pull Request -
State: closed - Opened by dmatos2012 7 months ago
#4078 - deprecate implicit default for trailing optional arguments
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 5 comments
#4076 - build issue: Generated module PyInit releases GIL, then crashes [solved]
Issue -
State: closed - Opened by amunra 7 months ago
- 4 comments
Labels: bug
#4076 - build issue: Generated module PyInit releases GIL, then crashes [solved]
Issue -
State: closed - Opened by amunra 7 months ago
- 4 comments
Labels: bug
#4075 - Unable to mutate nested class values in python
Issue -
State: closed - Opened by leeian1011 7 months ago
- 3 comments
Labels: bug
#4074 - Suppress non_local_definitions lint as we often want the non-local effects in macro code
Pull Request -
State: closed - Opened by adamreichold 7 months ago
Labels: CI-skip-changelog
#4073 - Link libpython for AIX target
Pull Request -
State: closed - Opened by messense 7 months ago
- 4 comments
#4073 - Link libpython for AIX target
Pull Request -
State: closed - Opened by messense 7 months ago
- 4 comments
#4072 - feat: support pyclass on tuple enums
Pull Request -
State: open - Opened by newcomertv 7 months ago
#4072 - feat: support pyclass on tuple enums
Pull Request -
State: closed - Opened by newcomertv 7 months ago
- 5 comments
#4070 - Declarative modules don't set item's module properly
Issue -
State: open - Opened by wyfo 7 months ago
- 1 comment
#4070 - Declarative modules don't set item's module properly
Issue -
State: closed - Opened by wyfo 7 months ago
- 3 comments
#4069 - docs: Extend guide on interaction between method receivers and lifetime elision.
Pull Request -
State: closed - Opened by adamreichold 7 months ago
#4069 - docs: Extend guide on interaction between method receivers and lifetime elision.
Pull Request -
State: closed - Opened by adamreichold 7 months ago
#4068 - python ld flags not detected...
Issue -
State: closed - Opened by flynn1973 7 months ago
- 6 comments
#4068 - python ld flags not detected...
Issue -
State: closed - Opened by flynn1973 7 months ago
- 6 comments
#4067 - add `#[doc(hidden)]` to the Rust module created by `#[pymodule]`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 1 comment
#4067 - add `#[doc(hidden)]` to the Rust module created by `#[pymodule]`
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 1 comment
#4066 - docs: Fix a typo in Contributing.md
Pull Request -
State: closed - Opened by lfn3 7 months ago
Labels: CI-skip-changelog
#4066 - docs: Fix a typo in Contributing.md
Pull Request -
State: closed - Opened by lfn3 7 months ago
Labels: CI-skip-changelog
#4065 - Remove get_refcnt from public api
Pull Request -
State: open - Opened by lfn3 7 months ago
#4063 - `#[pyo3::pymodule]` triggers missing documentation for a module lint
Issue -
State: closed - Opened by konstin 7 months ago
- 3 comments
Labels: bug
#4063 - `#[pyo3::pymodule]` triggers missing documentation for a module lint
Issue -
State: closed - Opened by konstin 7 months ago
- 3 comments
Labels: bug
#4062 - build(deps): bump peaceiris/actions-gh-pages from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, CI-skip-changelog, github-actions
#4062 - build(deps): bump peaceiris/actions-gh-pages from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies, CI-skip-changelog, github-actions
#4061 - build(deps): update chrono-tz requirement from >= 0.6, < 0.9 to >= 0.6, < 0.10
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 1 comment
Labels: dependencies, rust
#4060 - Add `IntoPyObject` conversion trait
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 11 comments
#4060 - Add `IntoPyObject` conversion trait
Pull Request -
State: closed - Opened by Icxolu 7 months ago
- 11 comments
#4058 - Improve performance for `PyByteArray::new`
Issue -
State: open - Opened by ZHUI 7 months ago
- 5 comments
#4058 - Improve performance for `PyByteArray::new`
Issue -
State: open - Opened by ZHUI 7 months ago
- 5 comments
#4057 - feat: add PyFuture, an async wrapper around Python future-like objects.
Pull Request -
State: open - Opened by wyfo 7 months ago