]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134163: Fix an infinite loop when the process runs out of memory in a ...
authoryihong <zouzou0208@gmail.com>
Wed, 10 Sep 2025 16:54:42 +0000 (00:54 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 16:54:42 +0000 (12:54 -0400)
commitafec6a546049b80fdbaf18baa3a4d2cbc535ce58
tree7fe766abf9e826bd8ed1ef6424ba647c71491397
parent443d4af2eeb732bd1c0f7cbcecd91baf2f2fa66c
[3.13] gh-134163: Fix an infinite loop when the process runs out of memory in a `try` block (GH-138491)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-04-11-52-23.gh-issue-134163.EqKyn8.rst [new file with mode: 0644]
Python/ceval.c