Thanks to visit codestin.com Credit goes to github.com
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 fd6b639 commit 245ba3dCopy full SHA for 245ba3d
1 file changed
Lib/test/test_cppext/extension.cpp
@@ -16,10 +16,9 @@
16
// gh-135906: Check for compiler warnings in the internal C API
17
# include "internal/pycore_frame.h"
18
// mimalloc emits many compiler warnings when Python is built in debug
19
- // mode (when MI_DEBUG is not zero)
20
- // mimalloc emits compiler warnings when Python is built on Windows
21
- // in free-threaded mode.
22
-# if !defined(Py_DEBUG) && !(defined(MS_WINDOWS) && defined(Py_GIL_DISABLED))
+ // mode (when MI_DEBUG is not zero).
+ // mimalloc emits compiler warnings when Python is built on Windows.
+# if !defined(Py_DEBUG) && !defined(MS_WINDOWS)
23
# include "internal/pycore_backoff.h"
24
# include "internal/pycore_cell.h"
25
# endif
0 commit comments