]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
authorMark Shannon <mark@hotpy.org>
Fri, 4 Mar 2022 11:31:29 +0000 (11:31 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Mar 2022 11:31:29 +0000 (11:31 +0000)
commit03c2a36b2bd2d4469160d1607619ee144175d753
tree828a98bada6b84ea722ac104da3b7e891f44d4cd
parent8f31bf46980956c735dd18f9914f3e7144e87c77
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Include/internal/pycore_code.h
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst [new file with mode: 0644]
Objects/dictobject.c
Python/specialize.c