]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opcode...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 14 Aug 2023 09:51:50 +0000 (10:51 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 09:51:50 +0000 (10:51 +0100)
commit608927b01447b110de5094271fbc4d49c60130b0
treedde6b499e7e53f18b2284023e369d1924ef14ea9
parentc3887b57a75a105615dd555aaf74e6c9a243ebdd
gh-103082: use IS_VALID_OPCODE instead of _PyOpcode_OpName to check if an opcode is defined (#107882)
Python/instrumentation.c