]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104584: Change DEOPT_IF in uops executor (#106146)
authorGuido van Rossum <guido@python.org>
Tue, 27 Jun 2023 21:17:41 +0000 (14:17 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 21:17:41 +0000 (14:17 -0700)
commit6b5166fb12c4744544da4ee26ef437d025eb762a
treecfa4fcb750ef895be8598c1b8b27f6cb41fff9f4
parent529088100952b31797a29ef7e0f5716613b32d66
gh-104584: Change DEOPT_IF in uops executor (#106146)

This effectively reverts bb578a0, restoring the original DEOPT_IF() macro in ceval_macros.h, and redefining it in the Tier 2 interpreter. We can get rid of the PREDICTED() macros there as well!
Python/ceval.c
Python/ceval_macros.h