Skip to content

Update Rust crate pyo3 to v0.29.2 - #220

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pyo3-0.x
Open

Update Rust crate pyo3 to v0.29.2#220
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pyo3-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pyo3 dependencies patch =0.29.1=0.29.2

Release Notes

pyo3/pyo3 (pyo3)

v0.29.2

Compare Source

Packaging
  • Add PYO3_USE_RAW_DYLIB=0 opt-out of raw-dylib linking for Windows. #​6185
Fixed
  • Fix PyO3 0.29 regression with failure to link under Cygwin / MSYS2. #​6185
  • Fix stubs generation for field getters (#[pyo3(get)]) when IntoPyObject is only implemented on references of the field type. #​6276
  • Fix #[classmethod] magic methods receiving the instance instead of its type when invoked through a type slot. #​6283
  • Fix pyo3_build_config::add_libpython_rpath_link_args emitting Unix-style rpath linker arguments on Windows and Cygwin. #​6284
  • Fix PyO3 0.29.1 regression on PyPy causing crashes when deallocating #[pyclass] instances. #​6294
  • Fix missing trailing nul in Python 3.9 #[pyclass] docstrings. #​6296
  • Fix reference count leak of #[classattr] values created from fn items. #​6297

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependency label Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Benchmark for 7647ce4

Click to view benchmark
Test Base PR %
Reclass::inventory() multi-threaded 2.3±0.17ms 2.2±0.15ms -4.35%
Reclass::inventory() single-threaded 4.5±0.06ms 4.6±0.05ms +2.22%

@renovate
renovate Bot force-pushed the renovate/pyo3-0.x branch from a69ed4f to d66aca8 Compare August 28, 2026 09:29
@github-actions

Copy link
Copy Markdown

Benchmark for 83c7ac7

Click to view benchmark
Test Base PR %
Reclass::inventory() multi-threaded 2.3±0.19ms 2.3±0.20ms 0.00%
Reclass::inventory() single-threaded 4.6±0.10ms 4.6±0.10ms 0.00%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants