summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorNadeshiko Manju <me@manjusaka.me>2024-06-19 17:40:48 (GMT)
committerGitHub <noreply@github.com>2024-06-19 17:40:48 (GMT)
commitae04b6f63640606a3212c9da21b87ebc374136e1 (patch)
tree856b7dc4237caeba2be70a7d769087f6281f52c7 /Misc/NEWS.d
parentbb5d19440b8056bd2b272239a2c0b1c2063b3af6 (diff)
downloadcpython-ae04b6f63640606a3212c9da21b87ebc374136e1.zip
cpython-ae04b6f63640606a3212c9da21b87ebc374136e1.tar.gz
cpython-ae04b6f63640606a3212c9da21b87ebc374136e1.tar.bz2
[3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712) (#120747)
[3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712) Signed-off-by: Manjusaka <me@manjusaka.me> Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-06-19-01-58-54.gh-issue-120437.nCkIoI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-19-01-58-54.gh-issue-120437.nCkIoI.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-19-01-58-54.gh-issue-120437.nCkIoI.rst
new file mode 100644
index 0000000..8923f3f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-19-01-58-54.gh-issue-120437.nCkIoI.rst
@@ -0,0 +1 @@
+Fix ``_CHECK_STACK_SPACE`` optimization problems introduced in :gh:`118322`.