diff options
author | Martin Panter <vadmium+py@gmail.com> | 2017-01-11 11:56:22 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2017-01-11 11:56:22 (GMT) |
commit | ced4b90756e58a8ad99f64fb2c7a3e83f49cf017 (patch) | |
tree | 08e21ae4120d282c9f15ee5359f26305b1073c84 /Doc/whatsnew/3.6.rst | |
parent | a27b3b31927aaaf920d16609cc4470db389e7b67 (diff) | |
download | cpython-ced4b90756e58a8ad99f64fb2c7a3e83f49cf017.zip cpython-ced4b90756e58a8ad99f64fb2c7a3e83f49cf017.tar.gz cpython-ced4b90756e58a8ad99f64fb2c7a3e83f49cf017.tar.bz2 |
Issue #29239: Fix --enable-optimizations bug number
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 2d483a2..2c5b0f4 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1821,7 +1821,7 @@ Build and C API Changes * The ``--enable-optimizations`` configure flag has been added. Turning it on 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 functions of :c:data:`PYMEM_DOMAIN_OBJ` (ex: :c:func:`PyObject_Malloc`) and |