Skip to content

Build(deps): Bump cython from 3.2.2 to 3.2.4#732

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/cython-3.2.4
May 8, 2026
Merged

Build(deps): Bump cython from 3.2.2 to 3.2.4#732
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/cython-3.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Bumps cython from 3.2.2 to 3.2.4.

Changelog

Sourced from cython's changelog.

3.2.4 (2026-01-04)

Features added

  • In preparation of Cython 3.3, a new decorator @collection_type(tname) can be used to advertise an extension type as being a 'sequence' or 'mapping'. This currently only has the effect of setting the Py_TPFLAGS_SEQUENCE flag on the type or not, but is provided for convenience to allow using the new decorator already in Cython 3.2 code.

  • Several C++ exception declarations were added to libcpp.exceptions. (Github issue :issue:7389)

Bugs fixed

  • Pseudo-literal default values of function arguments like arg=str() could generate invalid C code when internally converted into a real literal. (Github issue :issue:6192)

  • The pickle serialisation of extension types using the auto_pickle feature was larger than necessary since 3.2.0 for types without Python object attributes. It is now back to the state before 3.2.0 again. (Github issue :issue:7443)

  • Constants are now only made immortal on freethreading Python if they are not shared. (Github issue :issue:7439)

  • PyDict_SetDefaultRef() is now used when available to avoid temporary borrowed references. (Github issue :issue:7347)

  • Includes all fixes as of Cython 3.1.8.

3.2.3 (2025-12-14)

Features added

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

  • The Py_mod_gil module setting can now be changed with a C macro, overriding the freethreading_compatible directive setting. (Github issue :issue:7404)

Bugs fixed

... (truncated)

Commits

@dependabot dependabot Bot added autosquash dependencies Pull requests that update a dependency file labels Jan 5, 2026
@github-actions github-actions Bot enabled auto-merge (squash) January 5, 2026 10:01
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.91%. Comparing base (6e3b0ed) to head (a7ad21d).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #732   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files          10       10           
  Lines         728      728           
  Branches       48       48           
=======================================
  Hits          691      691           
  Misses         13       13           
  Partials       24       24           
Flag Coverage Δ
CI-GHA 94.78% <ø> (ø)
MyPy 93.44% <ø> (ø)
OS-Linux 99.70% <ø> (ø)
OS-Windows 99.70% <ø> (ø)
OS-macOS 99.70% <ø> (ø)
Py-3.10.11 99.70% <ø> (ø)
Py-3.10.20 99.70% <ø> (ø)
Py-3.11.15 99.70% <ø> (ø)
Py-3.11.9 99.70% <ø> (ø)
Py-3.12.10 99.70% <ø> (ø)
Py-3.12.13 99.70% <ø> (ø)
Py-3.13.13 99.70% <ø> (ø)
Py-3.13.13t 99.70% <ø> (ø)
Py-3.14.4 99.70% <ø> (ø)
Py-3.14.4t 99.70% <ø> (ø)
Py-3.9.13 99.70% <ø> (ø)
Py-3.9.25 99.70% <ø> (ø)
Py-pypy3.10.16-7.3.19 98.81% <ø> (ø)
Py-pypy3.9.19-7.3.16 98.81% <ø> (ø)
VM-macos-latest 99.70% <ø> (ø)
VM-ubuntu-latest 99.70% <ø> (ø)
VM-windows-11-arm 99.70% <ø> (ø)
VM-windows-latest 99.70% <ø> (ø)
pytest 99.70% <ø> (ø)

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.

@Vizonex
Copy link
Copy Markdown
Member

Vizonex commented May 6, 2026

We need this one to pass somehow...

@Vizonex
Copy link
Copy Markdown
Member

Vizonex commented May 6, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 6, 2026

Sorry, only users with push access can use that command.

@Vizonex
Copy link
Copy Markdown
Member

Vizonex commented May 6, 2026

@Dreamsorcerer Do you mind rebasing this PR it's got some features that would be useful for #712

@Dreamsorcerer
Copy link
Copy Markdown
Member

Need fixes for the CI first. Appears a 3.14 patch release has added a new attribute or something.

@Dreamsorcerer
Copy link
Copy Markdown
Member

@dependabot recreate

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/cython-3.2.4 branch from af9091c to a7ad21d Compare May 8, 2026 20:47
@github-actions github-actions Bot merged commit 0d3ff8f into master May 8, 2026
60 of 63 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/cython-3.2.4 branch May 8, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosquash dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants