summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-11 11:56:22 +0000
committerMartin Panter <vadmium+py@gmail.com>2017-01-11 11:56:22 +0000
commit19beb8e093de4933bd572a06fff7b1271e8d71dd (patch)
tree3be456935b6f3bf9dd5bb8183427a5bd5e535cb6 /Doc
parentd2a8da29082dc205a002506bb844a011772e2df1 (diff)
downloadcpython-19beb8e093de4933bd572a06fff7b1271e8d71dd.tar.gz
Issue #29239: Fix --enable-optimizations bug number
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 2d483a26e5..2c5b0f499a 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