Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I don't like a tendency of optimizing very uncommon cases. We can optimize 
every operation for specific types by inlining the code. But it increases 
maintaining cost and can have negative net effect on performance: because 
increasing the code size and adding additional runtime checks. In past we 
usually rejected such kind of patches.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to