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 avrahami.ben, eric.smith, gvanrossum, python-dev, rhettinger
Date 2020-10-04.01:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJkfAd=TyB6pa=OV6VNkjJxrztcXUZasPfgKvgzzSvQEw@mail.gmail.com>
In-reply-to <1601774180.32.0.206457112658.issue41905@roundup.psfhosted.org>
Content
Yes, we could override ABCMeta.__setattr__ to do that. Though it seems this
class is considered performance sensitive (else why have Modules/_abc.c) we
would probably have to write it in C.--
--Guido (mobile)
History
Date User Action Args
2020-10-04 01:39:19gvanrossumsetrecipients: + gvanrossum, rhettinger, eric.smith, python-dev, avrahami.ben
2020-10-04 01:39:19gvanrossumlinkissue41905 messages
2020-10-04 01:39:19gvanrossumcreate