mirror of
https://github.com/python/cpython.git
synced 2026-08-10 06:29:05 +08: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