We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0da85 commit 6306877Copy full SHA for 6306877
1 file changed
Misc/NEWS.d/next/Build/2026-03-11-11-58-42.gh-issue-145801.iCXa3v.rst
@@ -1,4 +1,4 @@
1
-When Python build is optimized by PGO, use GCC ``-fprofile-update=atomic``
2
-option to use atomic operations when updating profile information. This option
3
-reduces the risk of gcov Data Files (.gcda) corruption which can cause random
4
-GCC crashes. Patch by Victor Stinner.
+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. Patch by Victor Stinner.
0 commit comments