[issue26822] itemgetter/attrgetter/methodcaller objects ignore keyword arguments

Serhiy Storchaka report at bugs.python.org
Sat Apr 30 14:49:16 EDT 2016


Serhiy Storchaka added the comment:

> 2) my attempt caused a crash.

I found an error in my attempt. Here is a patch that correctly define macros for _PyArg_NoKeywords and _PyArg_NoPositional micro-optimization.

I don't know wherever it is worth to push it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26822>
_______________________________________


More information about the Python-bugs-list mailing list