-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Use enums for Modes and RawModes in C #9256
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
Conversation
this is necessary to have python/typeshed#12791
Co-authored-by: Hugo van Kemenade <[email protected]>
|
It seems the common Mode.c library fails to build OOTB in MSYS2 LLVM based environments like CLANG64/CLANGARM64: It does build in MSYS2 GCC based environments like UCRT64/MINGW64: The Pillow CI covers MINGW64 only. |
|
Would you mind opening a new issue? All I'm seeing in the logs is |
Done. |
#9100, plus eyedav#3, and with the merge conflicts fixed.