Skip to content

chore(dependencies): update dependency cython to >=3.2.9#182

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cython-3.2.x
Open

chore(dependencies): update dependency cython to >=3.2.9#182
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/cython-3.2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Cython (source) >=3.2.8>=3.2.9 age adoption passing confidence

Release Notes

cython/cython (Cython)

v3.2.9

Compare Source

==================

Bugs fixed

  • Indexing into freshly created lists with an out-of-bounds index could crash.
    (Github issue :issue:7793)

  • Function arguments with default values could end up uninitialised in closures, leading to crashes.
    Patch by Anthony Donlon. (Github issue :issue:7782)

  • bytearray.append(None) could crash. The optimised code was also lacking concurrency guards.
    (Github issue :issue:7796)

  • Some rare corner cases when concatenating text strings were resolved.
    (Github issue :issue:7799)

  • Assignments of builtin string types to typedefs of object could erroneously be rejected.
    (Github issue :issue:7789)

  • Subscripting type failed with a TypeError.
    (Github issue :issue:5563)

  • Manually disabling CYTHON_VECTORCALL in CPython could lead to invalid C code.
    Patch by Florent Gallaire. (Github issue :issue:7807)

  • Some internal Limited API version checks for Py3.12 were corrected.
    (Github issue :issue:7845)


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.

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.82%. Comparing base (0a81b4e) to head (294f6af).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   90.82%   90.82%           
=======================================
  Files           1        1           
  Lines         109      109           
=======================================
  Hits           99       99           
  Misses         10       10           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants