[issue41905] add update_abstractmethods function to update an ABC's abstract methods

Guido van Rossum report at bugs.python.org
Sat Oct 3 21:39:19 EDT 2020


Guido van Rossum <guido at python.org> added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41905>
_______________________________________


More information about the Python-bugs-list mailing list