Skip to content

Commit 1ef2eb9

Browse files
fix asan
1 parent a9d58fe commit 1ef2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# error "ceval.c must be build with Py_BUILD_CORE define for best performance"
4747
#endif
4848

49-
#ifndef Py_DEBUG
49+
#if !defined(Py_DEBUG) && !defined(Py_TRACE_REFS)
5050
// GH-89279: The MSVC compiler does not inline these static inline functions
5151
// in PGO build in _PyEval_EvalFrameDefault(), because this function is over
5252
// the limit of PGO, and that limit cannot be configured.

0 commit comments

Comments
 (0)