Skip to content

Build: Bump cython from 3.2.4 to 3.2.6#158

Open
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/cython-3.2.6
Open

Build: Bump cython from 3.2.4 to 3.2.6#158
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/cython-3.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps cython from 3.2.4 to 3.2.6.

Changelog

Sourced from cython's changelog.

3.2.6 (2026-06-24)

Bugs fixed

  • @functools.wraps() was broken in Py3.14+ for Cython compiled functions. (Github issue :issue:7675)

  • A double-free in the t-string code was fixed. (Github issue :issue:7712)

  • The - operator declarations for iterators in libcpp.vector we corrected. Patch by Vadim Markovtsev. (Github issue :issue:7717)

  • The shared utility code module no longer uses a temporary file path that changed the C code on each generation. (Github issue :issue:7723)

  • On 32 bit platforms, cached constants are no longer made immortal during module import. (Github issue :issue:7744)

Other changes

  • Binary wheels are now built with -DNDEBUG to discard runtime assertions from CPython's inline functions.

3.2.5 (2026-05-23)

Bugs fixed

  • A compile failure was fixed when using the walrus operator inside of try-except. (Github issue :issue:7462)

  • Expressions with side-effects as object argument to isinstance() could get evaluated multiple times, e.g. when they use the walrus operator. (Github issue :issue:7670)

  • Several problems generating the shared utility module were resolved, including a performance regression with memory views. (Github issues :issue:7487, :issue:7497, :issue:7504, :issue:7558)

  • Some GC and refcounting issues were resolved for Cython functions in the Limited API. (Github issue :issue:7594)

  • Refcounting errors and error handling issues were resolved in some rare error handling cases.

... (truncated)

Commits
  • f49dd24 Disable failing test in Py3.8.
  • e377190 Update changelog.
  • 98635e5 Fix functools.wraps on cyfunctions on 3.14+ by providing a basic `_annotate...
  • 1d797c1 Update changelog.
  • c57a7c7 pypy fails test_nocopy_star_args (#7711)
  • c94acfe Build: Compile with -DNDEBUG to discard asserts in CPython's inline functions.
  • 3a75be0 Fix a deprecation warning in regex usage.
  • 56b4db9 Prepare release of 3.2.6.
  • 7ea9737 CI: Remove PyPy pin now that there is a bug fix release.
  • fa7ef68 Update changelog.
  • Additional commits viewable in compare view

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 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.4 to 3.2.6.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.2.4...3.2.6)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 25, 2026
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants