]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ceval.c's GETITEM should have asserts, not set exceptions (GH-96518)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sun, 4 Sep 2022 23:00:24 +0000 (19:00 -0400)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 23:00:24 +0000 (19:00 -0400)
commitac1866547243ade5392ed9bc6e7989f4d4346594
tree927f5771472f9da97c16fc331f083654d96884d7
parent9e5568578234f0ecd003247c8a2deaeb69976b4b
ceval.c's GETITEM should have asserts, not set exceptions (GH-96518)
Python/ceval.c