Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ced4b90

Browse files
committed
Issue #29239: Fix --enable-optimizations bug number
1 parent a27b3b3 commit ced4b90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)