]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209)
authorWulian233 <1055917385@qq.com>
Sun, 12 Apr 2026 00:26:18 +0000 (08:26 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 00:26:18 +0000 (17:26 -0700)
commite2fa10e04d3fed4c248881d69411fc208d05ad6b
tree0836b69c335764637e9e32ce07c9695075c36516
parent235fa7244a0474c492ae98ee444529c7ba2a9047
gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209)
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