mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
gh-129244: Only remove the workaround when MSVC has the bugfix (#130011)
This commit is contained in:
parent
53e8e72dab
commit
00ec781877
1 changed files with 1 additions and 0 deletions
|
@ -767,6 +767,7 @@ _PyObjectArray_Free(PyObject **array, PyObject **scratch)
|
|||
/* _PyEval_EvalFrameDefault is too large to optimize for speed with PGO on MSVC.
|
||||
*/
|
||||
#if (defined(_MSC_VER) && \
|
||||
(_MSC_VER < 1943) && \
|
||||
defined(_Py_USING_PGO))
|
||||
#define DO_NOT_OPTIMIZE_INTERP_LOOP
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue