summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-09-20-02-32-17.gh-issue-103053.AoUJuK.rst
blob: 6d67bf237bdbb25d57a18cd5fb3b06b5ae33bf50 (plain)
1
2
3
4
Skip test_freeze_simple_script() of test_tools.test_freeze if Python is built
with ``./configure --enable-optimizations``, which means with Profile Guided
Optimization (PGO): it just makes the test too slow. The freeze tool is tested
by many other CIs with other (faster) compiler flags. Patch by Victor Stinner.