]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Tue, 25 Jan 2022 12:28:29 +0000 (07:28 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 12:28:29 +0000 (12:28 +0000)
commit96bf84d57a7c29544866a6c20231603049de4919
tree1cd1ff4fe604f076b9c8a3f3a6536aa21dbbef12
parentb1a3446f077b7d56b89f55d98dadb8018986a3e5
bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652)
Python/ceval.c