Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[autoupdate] Update Cython from 3.0.10 to 3.0.11 #83

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

isc-adang
Copy link
Owner

A new version of Cython is available.

Changelog (sourced from https://cython.readthedocs.io/en/latest/src/changes.html)

3.0.11 (2024-08-05)

Features added

  • The C++11 emplace* methods were added to libcpp.deque. Patch by Somin An. (Github issue #6159)

Bugs fixed

  • The exception check value of functions declared in pxd files was not always applied in 3.0.10. (Github issue #6122)

  • A crash on exception deallocations was fixed. (Github issue #6022)

  • A crash was fixed when assigning a zero-length slice to a memoryview. Patch by Michael Man. (Github issue #6227)

  • libcpp.optional.value() could crash if it raised a C++ exception. Patch by Alexander Condello. (Github issue #6190)

  • The return type of str() was mishandled, leading to crashes with language_level=3. (Github issue #6166)

  • bytes.startswith/endswith() failed for non-bytes substrings (e.g. bytearray). (Github issue #6168)

  • Fused ctuples crashed Cython. (Github issue #6068)

  • A compiler crash was fixed when using extension types in fused types. (Github issue #6204)

  • The module cleanup code was incorrect for globally defined memory view slices. (Github issue #6276)

  • Some adaptations were made to enable compilation in Python 3.13. (Github issues #5997, #6182, #6251)

I am a bot, and this action was performed automatically.

@isc-adang isc-adang self-assigned this Aug 12, 2024
@isc-adang isc-adang merged commit e5d26b9 into master Aug 13, 2024
@isc-adang isc-adang deleted the autoupdate-cython branch August 13, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant