Skip to content

chore(deps): update dependency cython to v3.1.2 #2518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Cython (source) ==3.1.1 -> ==3.1.2 age adoption passing confidence

Release Notes

cython/cython (Cython)

v3.1.2

Compare Source

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

Bugs fixed

  • Attribute lookups failed on the bool builtin type.
    (Github issue :issue:6905)

  • Type checks on or-ed union types could incorrectly return false.
    (Github issue :issue:6420)

  • Negative list indexing could accidentally wrap around twice in PyPy and the Limited API.

  • Iterating over literal sequences with starred (unpacked) items could infer a wrong
    type for the loop variable and fail to assign the values.
    (Github issue :issue:6924)

  • Calls to C functions taking exception types failed to check for a None argument.
    (Github issue :issue:6420)

  • Fused functions had an incorrect __module__ attribute.
    (Github issue :issue:6897)

  • The type of Cython implemented functions had an incorrect __module__ attribute.
    (Github issue :issue:6841)

  • Errors while indexing into bytearray or str in nogil sections could crash.
    (Github issue :issue:6947)

  • bytearray.append() could silently accept some invalid character numbers.

  • The C++11 <type_traits> header was included regardless of the C++ version.
    (Github issue :issue:6896)

  • PyDict_GetItemStringRef() was accidentally used in older Limited API versions.
    (Github issue :issue:6914)

  • abort() was used but not always available in the Limited API.
    (Github issue :issue:6918)

  • Some dependencies were missing from the depfile.
    (Github issue :issue:6938)

  • Embedded function signatures were not always separated from the existing docstring.
    (Github issue :issue:6904)

  • numpy.math was missing from Cython/Includes/ and could not be cimported.
    (Github issue :issue:6859)

  • Some tests were adapted for NumPy 2.x.
    (Github issue :issue:6898)

  • Some C compiler warnings were fixed.
    (Github issue :issue:6870)

  • Cython.Build was not officially exposing the cythonize function.
    (Github issue :issue:6934)


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.

Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
azure 78.42% <ø> (-1.51%) ⬇️
github 71.62% <ø> (ø)

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.

@renovate renovate bot force-pushed the renovate/cython-3.x branch from 170a4ec to af3e81e Compare June 17, 2025 19:57
@renovate renovate bot force-pushed the renovate/cython-3.x branch from af3e81e to 31d99d0 Compare June 17, 2025 21:07
@ethanglaser
Copy link
Contributor

/intelci: run

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