This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, Mark.Shannon, ronaldoussoren
Date 2022-03-03.02:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646274936.75.0.493752065597.issue46903@roundup.psfhosted.org>
In-reply-to
Content
a8b9350964f43cb648c98c179c8037fbf3ff8a7d is the first bad commit
commit a8b9350964f43cb648c98c179c8037fbf3ff8a7d
Author: Mark Shannon <mark@hotpy.org>
Date:   Wed Oct 13 14:19:34 2021 +0100

    bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)

    * Never change types' cached keys. It could invalidate inline attribute objects.

    * Lazily create object dictionaries.

    * Update specialization of LOAD/STORE_ATTR.

    * Don't update shared keys version for deletion of value.

    * Update gdb support to handle instance values.

    * Rename SPLIT_KEYS opcodes to INSTANCE_VALUE.
History
Date User Action Args
2022-03-03 02:35:36Dennis Sweeneysetrecipients: + Dennis Sweeney, ronaldoussoren, Mark.Shannon
2022-03-03 02:35:36Dennis Sweeneysetmessageid: <1646274936.75.0.493752065597.issue46903@roundup.psfhosted.org>
2022-03-03 02:35:36Dennis Sweeneylinkissue46903 messages
2022-03-03 02:35:36Dennis Sweeneycreate