mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Only disable SLP autovectorization of `_PyEval_EvalFrameDefault` on newer GCCs, as the optimization bug seems to exist only on GCC 12 and later, and before GCC 9 disabling the optimization has a dramatic performance impact.
Miscellaneous source files for the main Python shared library