]> granicus.if.org Git - python/commit
Issue #27809: Use _PyObject_FastCallDict()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:21:55 +0000 (23:21 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 21:21:55 +0000 (23:21 +0200)
commit2990fa11bc6f8a78b90a2a742756a6fd45c4833d
treec65c584609f8e5c8e1a27648382877927b55baf5
parent6fea7f7ffc5ca840e4d54b5777669129b8ee6276
Issue #27809: Use _PyObject_FastCallDict()

Modify:

* builtin_sorted()
* classmethoddescr_call()
* methoddescr_call()
* wrapperdescr_call()
Objects/descrobject.c
Python/bltinmodule.c