commit | 2990fa11bc6f8a78b90a2a742756a6fd45c4833d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Aug 22 23:21:55 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Aug 22 23:21:55 2016 +0200 |
tree | c65c584609f8e5c8e1a27648382877927b55baf5 | |
parent | 6fea7f7ffc5ca840e4d54b5777669129b8ee6276 [diff] |
Issue #27809: Use _PyObject_FastCallDict() Modify: * builtin_sorted() * classmethoddescr_call() * methoddescr_call() * wrapperdescr_call()