]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 May 2026 02:08:12 +0000 (04:08 +0200)
committerGitHub <noreply@github.com>
Fri, 8 May 2026 02:08:12 +0000 (19:08 -0700)
commit5cb915da44642ceabac7a2d24a7cc2c5620f65ab
tree86b45db6b15fb921e70d423bfaaffae57615b65b
parentb311ea869141acff7985ba3b7ae304ec04e39229
[3.15] gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (GH-149491) (#149523)

gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (GH-149491)
(cherry picked from commit 49918f5b0ceb1950c3222fd4fd6be872d2e15c6f)

Co-authored-by: Neko Asakura <neko.asakura@outlook.com>
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