mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #29239: Merge bug number from 3.6
This commit is contained in:
commit
23e5b82cf7
2 changed files with 2 additions and 2 deletions
|
@ -1821,7 +1821,7 @@ Build and C API Changes
|
||||||
|
|
||||||
* The ``--enable-optimizations`` configure flag has been added. Turning it on
|
* The ``--enable-optimizations`` configure flag has been added. Turning it on
|
||||||
will activate expensive optimizations like PGO.
|
will activate expensive optimizations like PGO.
|
||||||
(Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)
|
(Original patch by Alecsandru Patrascu of Intel in :issue:`26359`.)
|
||||||
|
|
||||||
* The :term:`GIL <global interpreter lock>` must now be held when allocator
|
* The :term:`GIL <global interpreter lock>` must now be held when allocator
|
||||||
functions of :c:data:`PYMEM_DOMAIN_OBJ` (ex: :c:func:`PyObject_Malloc`) and
|
functions of :c:data:`PYMEM_DOMAIN_OBJ` (ex: :c:func:`PyObject_Malloc`) and
|
||||||
|
|
|
@ -1896,7 +1896,7 @@ Build
|
||||||
|
|
||||||
- Issue #26307: The profile-opt build now applies PGO to the built-in modules.
|
- Issue #26307: The profile-opt build now applies PGO to the built-in modules.
|
||||||
|
|
||||||
- Issue #26539: Add the --with-optimizations flag to turn on LTO and PGO build
|
- Issue #26359: Add the --with-optimizations flag to turn on LTO and PGO build
|
||||||
support when available.
|
support when available.
|
||||||
|
|
||||||
- Issue #27917: Set platform triplets for Android builds.
|
- Issue #27917: Set platform triplets for Android builds.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue