]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (#149491)
authorNeko Asakura <neko.asakura@outlook.com>
Thu, 7 May 2026 23:02:04 +0000 (07:02 +0800)
committerGitHub <noreply@github.com>
Thu, 7 May 2026 23:02:04 +0000 (23:02 +0000)
commit49918f5b0ceb1950c3222fd4fd6be872d2e15c6f
treeb5de1719f725efd10862aa9a5392e3930e2230ef
parentb142878db1e54149feba62b08df1236432793bf0
gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (#149491)

Co-authored-by: Savannah Ostrowski <savannah@python.org>
Co-authored-by: Stan Ulbrych <stan@python.org>
Include/internal/pycore_typeobject.h
Lib/test/test_capi/test_opt.py
Objects/typeobject.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h