chore(dependencies): update dependency cython to >=3.2.5#63
Merged
Conversation
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.4→>=3.2.5Release Notes
cython/cython (Cython)
v3.2.5Compare Source
==================
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 getevaluated 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.
(Github issues :issue:
7597, :issue:7599, :issue:7612, :issue:7673)Using
cython.pymutexin an extension type withcdefmethods generatedinvalid C code missing the required
PyMutexdeclarations.(Github issue :issue:
6995)Calling
.get_frame()on Cython coroutines could crash in freethreading Python.(Github issue :issue:
7632)The vectorcall protocol was not used correctly in
.throw()of Cython coroutineswhen raising the exception only by type (without value or traceback).
(Github issue :issue:
7677)A problem with cpdef enums in the Limited API of Python 3.11+ was resolved.
(Github issue :issue:
7503)Unicode predicates like
.isdigit()are now allowed to fail in the Limited API.(Github issue :issue:
7602)Conditional expressions mixing Python float and int object types could accidentally
infer float as the common result type, instead of treating both independently.
Using
sizeof()in the size declarations ofexternarrays failed.(Github issue :issue:
7451)Enabling profiling generated invalid C code for non-Python return tuples.
(Github issue :issue:
7580)abs()on Clong longvalues could generate invalid C code.When the
CYTHON_AVOID_BORROWED_REFSC macro is enabled, e.g. in GraalPython,dict iteration could fail to compile.
Patch by Michael Šimáček. (Github issue :issue:
7631)A C compiler warning about unused functions was resolved.
(Github issue :issue:
7560)The
py_safe_call_once()C++ mutex helper function inlibcpp.mutexfailed to compile.
(Github issue :issue:
7585)The
cpython.arraydeclarations were adapted for Python 3.15. Direct accessto the C struct of the
array.arraydata type might require user code changes.(Github issue :issue:
7659)Spaces in file paths written to the
depfilewere not escaped.Patch by Loïc Estève. (Github issue :issue:
7423)Cython's cache failed to restore multi-file results.
(Github issue :issue:
7559)Using Tempita from its command line failed with a name error.
(Github issue :issue:
7567)Other changes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.