Stefan Behnel added the comment:

Extensive callback interfaces like map() come to mind, where a large number of 
calls becomes excessively time critical and might thus have made people 
implement their own special purpose calling code.

However, I don't know any such code (outside of Cython) and I agree that this 
is such a special optimisation that there can't be many cases. If there are 
others, they'll likely be using the obvious fallback already, or otherwise just 
adapt when Py3.6 comes out and move on. The fix isn't complex at all.

I do not consider this a road block.

----------

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

Reply via email to