]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
authorPeter Bierma <zintensitydev@gmail.com>
Tue, 19 May 2026 17:57:37 +0000 (13:57 -0400)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 17:57:37 +0000 (13:57 -0400)
commit409fa8e1f3cfaae35fa4d12f6ac6d564c07ec6be
treebf6bdb3ac60d6e4aed6b02a1d7304c7fc5f48c1b
parent29415c071f368e34b504e5efab9d0a795e7c6222
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
Include/internal/pycore_intrinsics.h
Include/internal/pycore_opcode_utils.h
Include/internal/pycore_setobject.h
Lib/opcode.py
Lib/test/test_builtin.py
Lib/test/test_compiler_codegen.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-18-17-16-51.gh-issue-150027.sJgLvd.rst [new file with mode: 0644]
Objects/setobject.c
Python/codegen.c
Python/intrinsics.c
Python/pylifecycle.c