]> granicus.if.org Git - python/commit
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Apr 2016 06:12:38 +0000 (09:12 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Apr 2016 06:12:38 +0000 (09:12 +0300)
commit4ef4edaa9fefe55dbe144960d74a229cfb1cf796
tree381632c76479cf2a5fbb8563e9bd282fc111fb1e
parentfd58349556dba6fa5160afec2bcc7b46a68f224a
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
itemgetter, attrgetter and methodcaller objects.
Modules/operator.c