[issue31333] Implement ABCMeta in C

Serhiy Storchaka report at bugs.python.org
Sat Feb 17 13:02:50 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Isn't 800 lines of C code too high price for speeding up ABCs creation? This will save several microseconds per ABC creation. Even if the program creates 1000 ABCs, this can save just several milliseconds at start-up.

----------

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


More information about the Python-bugs-list mailing list