8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbf7fb commit e9556e1Copy full SHA for e9556e1
Modules/_sre/sre.c
@@ -91,7 +91,7 @@ static unsigned int sre_toupper(unsigned int ch) {
91
92
/* -------------------------------------------------------------------- */
93
94
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && !defined(__clang__)
95
#pragma optimize("agtw", on) /* doesn't seem to make much difference... */
96
#pragma warning(disable: 4710) /* who cares if functions are not inlined ;-) */
97
/* fastest possible local call under MSVC */
0 commit comments