Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps cython from 3.2.0 to 3.2.1.

Changelog

Sourced from cython's changelog.

3.2.1 (2025-11-12)

Features added

  • Cython now leaves markers about its utility code dependencies in the generated C code to help debugging "unused function" C compiler warnings. (Github issue :issue:7294)

Bugs fixed

  • Relative imports could fail if the shared utility module is used. This bug was introduces in Cython 3.2.0. (Github issue :issue:7290)

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

  • Using the shared utility module left an unused C function in user modules with memoryviews. To make debugging this kind of issue easier, Cython now leaves "used by …" markers in the generated C files that indicate why a specific piece of utility code was included. This bug was introduces in Cython 3.2.0. (Github issue :issue:7293)

  • Code using the pre-import scope failed with an undefined name. This bug was introduces in Cython 3.2.0. (Github issue :issue:7304)

  • Includes all fixes as of Cython 3.1.7.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cython](https://github.com/cython/cython) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.2.0...3.2.1)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 13, 2025 11:02
@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.57%. Comparing base (dc9ad29) to head (69f6f3a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1598   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files          29       29           
  Lines        5881     5881           
  Branches      266      266           
=======================================
  Hits         5856     5856           
  Misses         21       21           
  Partials        4        4           
Flag Coverage Δ
CI-GHA 99.57% <ø> (ø)
MyPy 97.95% <ø> (ø)
OS-Linux 99.80% <ø> (ø)
OS-Windows 99.48% <ø> (ø)
OS-macOS 99.68% <ø> (ø)
Py-3.10.11 99.45% <ø> (ø)
Py-3.10.19 99.70% <ø> (ø)
Py-3.11.14 99.70% <ø> (ø)
Py-3.11.9 99.45% <ø> (ø)
Py-3.12.10 99.45% <ø> (ø)
Py-3.12.12 99.70% <ø> (ø)
Py-3.13.9 99.75% <ø> (ø)
Py-3.13.9t 99.75% <ø> (ø)
Py-3.14.0 99.75% <ø> (ø)
Py-3.14.0t 99.75% <ø> (ø)
Py-3.9.13 99.41% <ø> (ø)
Py-3.9.24 99.65% <ø> (ø)
Py-pypy3.10.16-7.3.19 99.36% <ø> (ø)
Py-pypy3.9.19-7.3.16 99.33% <ø> (ø)
VM-macos-latest 99.68% <ø> (ø)
VM-ubuntu-latest 99.80% <ø> (ø)
VM-windows-latest 99.48% <ø> (ø)
pytest 99.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 13, 2025

CodSpeed Performance Report

Merging #1598 will not alter performance

Comparing dependabot/pip/cython-3.2.1 (69f6f3a) with master (dc9ad29)

Summary

✅ 99 untouched

@github-actions github-actions bot merged commit 7f0ebce into master Nov 13, 2025
60 of 65 checks passed
@github-actions github-actions bot deleted the dependabot/pip/cython-3.2.1 branch November 13, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant