Use new `PyLong*` API (Python 3.14+) for additional integer conversions (`BigInt`, `rust_decimal`, `bigdecimal`)
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 1k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 66
Description
Follow-up to #6016, suggested in https://github.com/PyO3/pyo3/pull/6016#pullrequestreview-4255398585 by @ngoldbaum
-
PR for rust-decimal: ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the follow-up context in #6016 and the referenced PyO3 PR #6144, then inspect the existing integer conversions for num_bigint, rust_decimal, and bigdecimal. Done means the additional conversions use the new PyLong* API for Python 3.14+ and the relevant conversion behavior is covered by the project’s existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100