]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Apr 2016 06:10:55 +0000 (09:10 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Apr 2016 06:10:55 +0000 (09:10 +0300)
commit6dfcde5e29876beb59e26929e222a514aa002cdd
tree67a42b4ef5262801b428604ad0cf0e8468108165
parent42f740d85418a5b11795a87f8c86d182b021a461
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
itemgetter, attrgetter and methodcaller objects.
Modules/_operator.c