commit | 75210697ecb830b592bcb5d22503ddbb8401f3e8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 18:59:15 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 18:59:15 2016 +0200 |
tree | aab8e6ebea2cc3369b7d2a884721a2be00e33000 | |
parent | f7a4c488b55e5f7ce9bdb85d050179ba91008b70 [diff] |
Issue #27128: _pickle uses fast call Use _PyObject_FastCall() to avoid the creation of temporary tuple.