diff options
author | Mark Shannon <mark@hotpy.org> | 2022-03-04 11:31:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 11:31:29 (GMT) |
commit | 03c2a36b2bd2d4469160d1607619ee144175d753 (patch) | |
tree | 828a98bada6b84ea722ac104da3b7e891f44d4cd /Misc | |
parent | 8f31bf46980956c735dd18f9914f3e7144e87c77 (diff) | |
download | cpython-03c2a36b2bd2d4469160d1607619ee144175d753.zip cpython-03c2a36b2bd2d4469160d1607619ee144175d753.tar.gz cpython-03c2a36b2bd2d4469160d1607619ee144175d753.tar.bz2 |
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst new file mode 100644 index 0000000..f6120ef --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-03-03-12-02-41.bpo-46903.OzgaFZ.rst @@ -0,0 +1,2 @@ +Make sure that str subclasses can be used as attribute names for instances +with virtual dictionaries. Fixes regression in 3.11alpha |