]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91719: Reload opcode on unknown error so that C can optimize the dispatching in...
authorneonene <53406459+neonene@users.noreply.github.com>
Thu, 30 Jun 2022 15:38:29 +0000 (00:38 +0900)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 15:38:29 +0000 (08:38 -0700)
commitea39b77de9fa25b447d0b4148f75f351076e890a
tree1848a8b36ba539c9d02ccb0a992e60b1b93c1265
parentd68f2d27bbf85f3573a08fc7554889e1733a30f0
gh-91719: Reload opcode on unknown error so that C can optimize the dispatching in ceval.c (#94364)
Misc/NEWS.d/next/Core and Builtins/2022-06-29-22-18-36.gh-issue-91719.3APYYI.rst [new file with mode: 0644]
Python/ceval.c