Skip to content

Conversation

@paullinnerud
Copy link
Contributor

Python 3.13 builds failed because "Error C4996: 'Py_UNICODE': deprecated in 3.13". Project does not use this, but we use array.array that uses it. This is technically a warning but on Windows builds we add the "-sdl" flag to extra_compile_args to enable additional security checks during compilation. The sdl flag sets warnings as errors. Temporarily disable flag on 3.13 builds until resolved in Cython.
cython/cython#6607

@paullinnerud paullinnerud merged commit 073abc3 into main Jan 16, 2025
10 checks passed
@paullinnerud paullinnerud deleted the work/paulli/py13 branch January 16, 2025 01:21
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.

2 participants