diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-03 16:43:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 16:43:23 (GMT) |
commit | 6ab6040054e5ca2d3eb7833dc8bf4eb0bbaa0aac (patch) | |
tree | e495658c0ffd3907cb99e5305ddf9150edf7272a /Doc | |
parent | eeb4e974d074436b968749d51ce922303355a347 (diff) | |
download | cpython-6ab6040054e5ca2d3eb7833dc8bf4eb0bbaa0aac.zip cpython-6ab6040054e5ca2d3eb7833dc8bf4eb0bbaa0aac.tar.gz cpython-6ab6040054e5ca2d3eb7833dc8bf4eb0bbaa0aac.tar.bz2 |
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/configure.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 83b4c7a..eb8f244 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -518,6 +518,9 @@ also be used to improve performance. .. versionadded:: 3.8 + .. versionchanged:: 3.13 + Task failure is no longer ignored silently. + .. cmdoption:: --with-lto=[full|thin|no|yes] Enable Link Time Optimization (LTO) in any build (disabled by default). |