SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72114 0 1 Python

gh-145801: Use gcc -fprofile-update=atomic for PGO builds (#145802)

When Python build is optimized with GCC using PGO, use
-fprofile-update=atomic option to use atomic operations when updating
profile information. This option reduces the risk of gcov Data Files
(.gcda) corruption which can cause random GCC crashes.
V
Victor Stinner committed
08a018ebe0d673e9c352f790d2e4604d69604188
Parent: f105265
Committed by GitHub <noreply@github.com> on 3/12/2026, 10:48:51 PM