]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#108485)
authorDong-hee Na <donghee.na@python.org>
Fri, 25 Aug 2023 15:23:39 +0000 (00:23 +0900)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 15:23:39 +0000 (15:23 +0000)
commit66b4d9c9f0b8a935b5d464abd2f6ee0253832fd9
tree5bdf6fd895352cbb1979f481e81208fef8926acc
parent75903f29f6fed718d06412f5a35105a6952961ce
gh-107265: Revert "Ensure _PyCode_Quicken does not handle ENTER_EXECUTOR" (#108485)

This reverts commit d6ac5c7b105fe57266bd71248e3ada41fedb5ba9.

Reason: the assert we just added could be triggered (see issue).
Python/specialize.c