File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1821,7 +1821,7 @@ Build and C API Changes
18211821
18221822* The ``--enable-optimizations `` configure flag has been added. Turning it on
18231823 will activate expensive optimizations like PGO.
1824- (Original patch by Alecsandru Patrascu of Intel in :issue: `26539 `.)
1824+ (Original patch by Alecsandru Patrascu of Intel in :issue: `26359 `.)
18251825
18261826* The :term: `GIL <global interpreter lock> ` must now be held when allocator
18271827 functions of :c:data: `PYMEM_DOMAIN_OBJ ` (ex: :c:func: `PyObject_Malloc `) and
Original file line number Diff line number Diff line change @@ -1233,7 +1233,7 @@ Build
12331233
12341234- Issue #26307: The profile-opt build now applies PGO to the built-in modules.
12351235
1236- - Issue #26539 : Add the --with-optimizations flag to turn on LTO and PGO build
1236+ - Issue #26359 : Add the --with-optimizations flag to turn on LTO and PGO build
12371237 support when available.
12381238
12391239- Issue #27917: Set platform triplets for Android builds.
You can’t perform that action at this time.
0 commit comments