]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg ...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 28 Mar 2025 10:35:20 +0000 (10:35 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Mar 2025 10:35:20 +0000 (10:35 +0000)
commit2c8f329dc634290fb88636f85c05e473bc0104d5
treea16e7016315970312b8c61200d8f09573fc5f53b
parent674dbf3b3a72bd3d17298c2ead79f32edcff774a
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
16 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_utils.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/opcode.py
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-25-20-38-06.gh-issue-131738.eCb0OQ.rst [new file with mode: 0644]
Objects/genobject.c
Python/bytecodes.c
Python/codegen.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/pylifecycle.c