]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Objects...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 8 Mar 2023 17:03:18 +0000 (17:03 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 17:03:18 +0000 (17:03 +0000)
commit11a2c6ce516b24b2435cb627742a6c4df92d411c
tree56d6359741570d46994530d5098318c0046e089d
parentb097925858c6975c73e989226cf278cc382c0416
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Objects/) (#102218)
Objects/dictobject.c
Objects/exceptions.c
Objects/frameobject.c
Objects/genobject.c
Objects/object.c
Objects/odictobject.c
Objects/typeobject.c
Objects/weakrefobject.c