]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102743)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 16 Mar 2023 16:21:49 +0000 (16:21 +0000)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 16:21:49 +0000 (16:21 +0000)
commit61d6c110d6019a7ba79c76cc50aeaa85a1b37c08
tree25f4051b605085662e19789647b0e8e9b84da606
parent84e20c689a8b3b6cebfd50d044c62af5d0e7dec1
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102743)
Python/pythonrun.c