Serhiy Storchaka added the comment:

> Can't we use a macro to implement this micro-optimization, instead of 
> modifying each call to _PyArg_NoKeywords?

I proposed this idea above. But then I have found that 1) most usages of 
_PyArg_NoKeywords are not in performance critical code and 2) my attempt caused 
a crash. Thus I have committed simpler patch.

----------

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

Reply via email to