]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate that...
authorCarey Metcalfe <carey@cmetcalfe.ca>
Thu, 21 Dec 2023 01:46:41 +0000 (20:46 -0500)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 01:46:41 +0000 (01:46 +0000)
commita2dd0e7038ad65a2464541f91604524d871d98a7
tree467a8bfa7aac6a5b3e4ae3c37e237732bd1fcd7d
parent1ff02385944924db7e683a607da2882462594764
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate that an exception was handled (#113302)
Misc/NEWS.d/next/Core and Builtins/2023-12-19-22-03-43.gh-issue-111375.M9vuA6.rst [new file with mode: 0644]
Objects/frameobject.c
Python/bytecodes.c
Python/errors.c
Python/executor_cases.c.h
Python/generated_cases.c.h