-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
[MinGW] Can't compile Python/dynload_win.c due to static strcasecmp #72456
Comments
Attempt to complile Python/dynload_win.c by MinGW fails --- static int strcasecmp (char *string1, char *string2)
{
int first, second;
} And this reimplementation clashed with native declaration of strcasecmp() So suggested patch (for 3.5.2 and 2.7.12) |
Why not replace it entirely with stricmp? Does it behave differently? |
Thank you for your PR Minmin. It was decided to not backport it to 3.7. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: