]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-132554: Add stats for GET_ITER (GH-132592)
authorMark Shannon <mark@hotpy.org>
Tue, 29 Apr 2025 08:00:14 +0000 (09:00 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 08:00:14 +0000 (09:00 +0100)
commit622300bdfa6242b0fc909235fcc64f07b3d280d7
tree70f40299ae670af3c83ce31022e18bc62c07b421
parent01f11a0e4e8ae1132bd36d7f66af7d4dcc387d33
GH-132554: Add stats for GET_ITER (GH-132592)

* Add stats for GET_ITER

* Look for common iterable types, not iterator types

* Add stats for self iter and fix naming in summary
Include/internal/pycore_code.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c
Tools/scripts/summarize_stats.py