Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2025

This PR contains the following updates:

Package Change Age Confidence
Cython (source) ==3.2.1 -> ==3.2.2 age confidence

Release Notes

cython/cython (Cython)

v3.2.2

Compare Source

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

Features added

  • The C-API declarations were updated to include the new PyDict_*Ref() functions.
    (Github issue :issue:7291)

Bugs fixed

  • Iteration over literal sequences and strings in generators generated invalid C code since 3.2.0.
    This was a regression due to the C array iteration optimisation in :issue:6926, which is now
    disabled inside of generators.
    (Github issue :issue:7342)

  • Calling special methods of known exception types failed with an AttributeError.
    (Github issue :issue:7342)

  • Calling the unbound __mul__ special method of builtin collections with subtypes failed.
    (Github issue :issue:7340)

  • C string literals could generate invalid "const to non-const" casts in the C code.
    (Github issue :issue:7346)

  • yield is no longer allowed inside of a cython.critical_section,
    but is now allowed while holding a cython.pymutex.
    (Github issue :issue:7317)

  • Under lock congestion, acquiring the GIL could crash in Python 3.11, part 2.
    This bug was introduced in Cython 3.2.0.
    (Github issue :issue:7312)

  • The new py_safe_* functions in libc.threads triggered C compiler warnings.
    (Github issue :issue:7356)


Configuration

📅 Schedule: 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 becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Nov 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
azure 80.43% <ø> (ø)
github 82.02% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 3 files with indirect coverage changes

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

@david-cortes-intel
Copy link
Contributor

/intelci: run

@david-cortes-intel david-cortes-intel merged commit 8015f3c into main Dec 1, 2025
34 of 35 checks passed
@renovate renovate bot deleted the renovate/cython-3.x branch December 1, 2025 10:09
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.

1 participant