⬆️ Update Rust crate pyo3 to v0.29.2 - #319
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
=======================================
Coverage 92.96% 92.96%
=======================================
Files 42 42
Lines 13817 13817
=======================================
Hits 12845 12845
Misses 972 972 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/pyo3-0.x-lockfile
branch
from
August 5, 2026 23:01
42be8a5 to
052d52f
Compare
renovate
Bot
force-pushed
the
renovate/pyo3-0.x-lockfile
branch
3 times, most recently
from
August 7, 2026 13:01
a5443c2 to
9d0e9b8
Compare
renovate
Bot
force-pushed
the
renovate/pyo3-0.x-lockfile
branch
from
August 7, 2026 15:19
9d0e9b8 to
578f6e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.29.0→0.29.2Release Notes
pyo3/pyo3 (pyo3)
v0.29.2: PyO3 0.29.2Compare Source
This patch fixes a regression in PyO3 0.29.1 which broke PyPy 3.11 compatibility (
#[pyclass]types would crash PyPy on instance deletion).A few further fixes have also landed with similar themes to PyO3 0.29.1: fixes to minor reference counting bugs, rough edges which would cause crashes, issues which would cause failed builds, and fixes to
experimental-inspecttype stub generation.For a full list of the exact fixes please consult the CHANGELOG.
Thank you to the following contributors for the improvements:
@davidhewitt
@dependabot[bot]
@ImFeH2
@musicinmybrain
@Tpt
@WaterWhisperer
v0.29.1Compare Source
Changed
Py_TYPEin the unlimited API on 3.14+ #6179Fixed
PyObject_GET_WEAKREFS_LISTPTRandPyHeapType_GET_MEMBERS. #6145nightlyfeature on PyPy and GraalPy due to!Ungilimplementations for FFI types not available on those platforms. #6146append_to_inittabandPyInit_<module>internal module definition corruption on 32-bit and big-endian platforms on Python 3.15+. #6150PyClassGuardMutSuper::as_superbeing scoped to the full guard lifetime, now the&mutborrow of theas_super()call. #6181abi3t-py3*feature is enabled and the configuration comes fromPYO3_CONFIG_FILE, sysconfigdata or cross-compilation defaults. #6192#[pyclass(dict)]instances with a populated__dict__. #6198#[pyclass]'s GC traversal when the traversal is stopped early. #6206__dict__of a#[pyclass(dict)]never being collected. #6206#[pyclass]type objects held by their instances on instance deallocation. #6224PyByteArray_GET_SIZE,PyList_GET_SIZE, andPySet_GET_SIZEto use an atomic load for free-threaded Python. #6230#[pyclass(dict)]class leaked one empty dict per instance. #6234experimental-inspecttype stubs to emit the arguments of many magic methods as positional-only to match runtime behavior, rather than positional-or-keyword. #6239experimental-inspecttype stubs to emit the Python name rather than the Rust name for#[pyfunction(name = "...")]. #6254experimental-inspectgenerating invalid internal JSON when#[pymodule]members are gated by#[cfg]. #6255__inplace_concat__and__inplace_repeat__overriding__concat__and__repeat__when both were defined. #6260time::Durationvalues to returnOverflowErrorinstead of panicking. #6266experimental-inspecttype stubs padding blank lines inside indented docstrings. #6270Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.