]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
authorMarkus Mohrhard <markusm@dug.com>
Mon, 13 Nov 2023 13:05:17 +0000 (21:05 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 13:05:17 +0000 (13:05 +0000)
commit1447af797048e62049d00bbd96d8daee3929f527
tree4141ed005236a8e6199e2dd2c3edefc91cbc1352
parent1c7ed7e9ebc53290c831d7b610219fa737153a1b
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)

* gh-106905: avoid incorrect SystemError about recursion depth mismatch

* Update Misc/NEWS.d/next/Core and Builtins/2023-07-20-11-41-16.gh-issue-106905.AyZpuB.rst

---------

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2023-07-20-11-41-16.gh-issue-106905.AyZpuB.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c