chore(dependencies): update dependency cython to >=3.2.9#182
Open
renovate[bot] wants to merge 1 commit into
Open
chore(dependencies): update dependency cython to >=3.2.9#182renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #182 +/- ##
=======================================
Coverage 90.82% 90.82%
=======================================
Files 1 1
Lines 109 109
=======================================
Hits 99 99
Misses 10 10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.8→>=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)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 this update again.
This PR was generated by Mend Renovate. View the repository job log.