]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209) (#148412)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Apr 2026 00:52:21 +0000 (02:52 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 00:52:21 +0000 (00:52 +0000)
commita9d122fb0547ee0f97cd3034fbd8bb5ca1e5800b
treec179186640c6ff8cb2766c1531b7195378c46fef
parenta4f9bbf5b8277897fa2c52e4ccc60b03656a1b96
[3.14] gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209) (#148412)

gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209)
(cherry picked from commit e2fa10e04d3fed4c248881d69411fc208d05ad6b)

Co-authored-by: Wulian233 <1055917385@qq.com>
Misc/NEWS.d/next/Core_and_Builtins/2026-04-07-20-21-44.gh-issue-148208.JAxpDU.rst [new file with mode: 0644]
Objects/object.c