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.7 to 3.0.8 #385

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

isc-adang
Copy link
Collaborator

A new version of Cython is available.

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

3.0.8 (2024-01-10)

Bugs fixed

  • Using const together with defined fused types could fail to compile. (Github issue #5230)

  • A “use after free” bug was fixed in parallel sections. (Github issue #5922)

  • Several types were not available as cython.* types in pure Python code.

  • The generated code is now correct C89 again, removing some C++ style // comments and C99-style declaration-after-code code ordering. This is still relevant for some ols C compilers, specifically ones that match old Python 2.7 installations.

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

@isc-adang isc-adang self-assigned this Jan 11, 2024
@isc-adang isc-adang merged commit 9918ce9 into master Jan 11, 2024
8 checks passed
@isc-adang isc-adang deleted the autoupdate-cython branch January 11, 2024 13:23
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