chore(deps): update dependency cython to v3.2.9 - #762
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
chore(deps): update dependency cython to v3.2.9#762red-hat-konflux[bot] wants to merge 1 commit into
red-hat-konflux[bot] wants to merge 1 commit into
Conversation
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/development/cython-3.x
branch
from
July 29, 2026 14:54
0f873f9 to
560f95b
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/development/cython-3.x
branch
from
July 29, 2026 18:46
560f95b to
f42567b
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/development/cython-3.x
branch
from
July 31, 2026 10:03
f42567b to
a5f20fa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.2.5→==3.2.9Release Notes
cython/cython (cython)
v3.2.9Compare Source
==================
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
objectcould erroneously be rejected.(Github issue :issue:
7789)Subscripting
typefailed with aTypeError.(Github issue :issue:
5563)Manually disabling
CYTHON_VECTORCALLin 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)v3.2.8Compare Source
==================
Bugs fixed
Assigning a Python 3.14+
.__annotate__function to a Cython compiled function no longerevaluates annotations eagerly. Fixes a regression with
@functools.wraps()in Cython 3.2.6.Patch by Jelle Zijlstra. (Github issue :issue:
7767)In freethreading Python, the necessary object keep-alive while executing user code in
.__dealloc__()uses a safer scheme.Patch by Yaxing Cai. (Github issue :issue:
7769)The local function state used by
sys.monitoringread from uninitialised memory.(Github issue :issue:
7774)The
.ag_runningflag attribute of async generators was always false on big-endian systems.v3.2.6Compare Source
==================
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 inlibcpp.vectorwe 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
-DNDEBUGto discard runtime assertions from CPython'sinline functions.
Configuration
📅 Schedule: (UTC)
🚦 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.