Skip to content

Bump cython from 3.2.8 to 3.2.9 - #157

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cython-3.2.9
Open

Bump cython from 3.2.8 to 3.2.9#157
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cython-3.2.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps cython from 3.2.8 to 3.2.9.

Changelog

Sourced from cython's changelog.

3.2.9 (2026-07-24)

Bugs fixed

  • Indexing into freshly created lists with an out-of-bounds index could crash. (Github issue :issue:7793)

  • Function arguments with default values could end up uninitialised in closures, leading to crashes. Patch by Anthony Donlon. (Github issue :issue:7782)

  • bytearray.append(None) could crash. The optimised code was also lacking concurrency guards. (Github issue :issue:7796)

  • Some rare corner cases when concatenating text strings were resolved. (Github issue :issue:7799)

  • Assignments of builtin string types to typedefs of object could erroneously be rejected. (Github issue :issue:7789)

  • Subscripting type failed with a TypeError. (Github issue :issue:5563)

  • Manually disabling CYTHON_VECTORCALL in CPython could lead to invalid C code. Patch by Florent Gallaire. (Github issue :issue:7807)

  • Some internal Limited API version checks for Py3.12 were corrected. (Github issue :issue:7845)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 27, 2026
@Vizonex

Vizonex commented Jul 28, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/pip/cython-3.2.9 branch from 98bffb1 to a03f299 Compare July 28, 2026 07:01
@Vizonex

Vizonex commented Jul 29, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.2.9
  dependency-type: direct:development
  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.9 branch from a03f299 to e2f2402 Compare July 29, 2026 01:22
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant