]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 9 Aug 2023 19:14:50 +0000 (12:14 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 19:14:50 +0000 (19:14 +0000)
commit326f0ba1c5dda1d9613dbba11ea2470654b0d9c8
treeb027ca457364470c9b72194034bd939080416912
parenta9caf9cf9041d6d0b69f8be0fd778dd1f9b50e74
GH-106485: Dematerialize instance dictionaries when possible (GH-106539)
Include/internal/pycore_dict.h
Include/pystats.h
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core and Builtins/2023-07-16-07-55-19.gh-issue-106485.wPb1bH.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c