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 gvanrossum
Recipients Guido.van.Rossum, gvanrossum, pablogsal, yselivanov
Date 2021-01-05.03:57:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609819040.53.0.977677271891.issue42093@roundup.psfhosted.org>
In-reply-to
Content
Hm, I was thinking to recognize the specific type of descriptor used by slots and cache only that. Though we would still have to consider updates to C.__dict__ (that's handled by looking at the dict version right?).
History
Date User Action Args
2021-01-05 03:57:20gvanrossumsetrecipients: + gvanrossum, yselivanov, Guido.van.Rossum, pablogsal
2021-01-05 03:57:20gvanrossumsetmessageid: <1609819040.53.0.977677271891.issue42093@roundup.psfhosted.org>
2021-01-05 03:57:20gvanrossumlinkissue42093 messages
2021-01-05 03:57:20gvanrossumcreate