]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)
authorAnders Kaseorg <andersk@mit.edu>
Thu, 1 Feb 2024 16:26:22 +0000 (11:26 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 16:26:22 +0000 (18:26 +0200)
commit84e0e32184f658b8174b400e6ca9c418bfe8e0fc
tree9e25966b698ff7cd85db2c36c699f7c54dd1f22b
parent4dbb198d279a06fed74ea4c38f93d658baf38170
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)

frame->frame_obj was set to NULL a few lines earlier.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Python/frame.c