Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

I'm also dubious that this would be of value in real code.  Looking at the 
implementation, it seems to throw way too much code at too small of a problem.  
I suspect is is more likely to cause maintenance problems than to produce 
noticeable benefits for users.

Historically, we've avoided folding higher level operations.  Serhiy's 
optimization of str.__mod__ went beyond those limits and shouldn't set a 
precedent that we will regret later.

----------
nosy: +rhettinger

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

Reply via email to