]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
authorKumar Aditya <kumaraditya@python.org>
Tue, 6 Jan 2026 17:53:28 +0000 (23:23 +0530)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 17:53:28 +0000 (23:23 +0530)
commit74bb3ca1f8ff7b667a003c9e795458c1a9e14780
tree41f54b2dbb7675b7d25e83a9cc7d9753bacd1f91
parente79c9b703117d8b0e7c4d86b704e2e7f120db883
gh-142863: optimize `list` and `set` calls with generator expressions  (#142864)
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_utils.h
Lib/opcode.py
Lib/test/test_builtin.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-17-10-12-09.gh-issue-142863.ZW2ZF8.rst [new file with mode: 0644]
Python/codegen.c
Python/pylifecycle.c