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 a9d58fe commit 1ef2eb9Copy full SHA for 1ef2eb9
Python/ceval.c
@@ -46,7 +46,7 @@
46
# error "ceval.c must be build with Py_BUILD_CORE define for best performance"
47
#endif
48
49
-#ifndef Py_DEBUG
+#if !defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
50
// GH-89279: The MSVC compiler does not inline these static inline functions
51
// in PGO build in _PyEval_EvalFrameDefault(), because this function is over
52
// the limit of PGO, and that limit cannot be configured.
0 commit comments