]> granicus.if.org Git - python/commit
Issue #27128: _pickle uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:59:15 +0000 (18:59 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:59:15 +0000 (18:59 +0200)
commit75210697ecb830b592bcb5d22503ddbb8401f3e8
treeaab8e6ebea2cc3369b7d2a884721a2be00e33000
parentf7a4c488b55e5f7ce9bdb85d050179ba91008b70
Issue #27128: _pickle uses fast call

Use _PyObject_FastCall() to avoid the creation of temporary tuple.
Modules/_pickle.c