8000 GH-131296: fix clang-cl warning on Windows in sre.c by chris-eibl · Pull Request #131593 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-131296: fix clang-cl warning on Windows in sre.c #131593

New issue
8000

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

Merged
merged 2 commits into from
Apr 1, 2025

just use "#if defined(_MSC_VER) && !defined(__clang__)"

853c1ff
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

GH-131296: fix clang-cl warning on Windows in sre.c #131593

just use "#if defined(_MSC_VER) && !defined(__clang__)"
853c1ff
Select commit
Loading
Failed to load commit list.
DO-NOT-MERGE
succeeded Apr 1, 2025 in 2s
0