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 53e8e72 commit 00ec781Copy full SHA for 00ec781
Python/ceval.c
@@ -767,6 +767,7 @@ _PyObjectArray_Free(PyObject **array, PyObject **scratch)
767
/* _PyEval_EvalFrameDefault is too large to optimize for speed with PGO on MSVC.
768
*/
769
#if (defined(_MSC_VER) && \
770
+ (_MSC_VER < 1943) && \
771
defined(_Py_USING_PGO))
772
#define DO_NOT_OPTIMIZE_INTERP_LOOP
773
#endif
0 commit comments