]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (GH-107837)
authorMark Shannon <mark@hotpy.org>
Thu, 10 Aug 2023 12:34:00 +0000 (13:34 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 12:34:00 +0000 (13:34 +0100)
commit1d976b2da26cd62b5d0e860e3055df6fb893577f
tree748c99207e35644ad1cf8d0ce2cd9cda7c568c22
parentbafedfbebd0f21291a7824d54e39ec79f142428b
GH-106485: Handle dict subclasses correctly when dematerializing `__dict__` (GH-107837)
Include/internal/pycore_dict.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Lib/test/test_opcache.py
Modules/_testinternalcapi.c
Objects/dictobject.c