commit | 3b5cf85edc188345668f987c824a2acb338a7816 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jun 09 16:48:45 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 09 16:48:45 2017 +0200 |
tree | 5a1dc54996378334a88139539736f3e6a9c06730 | |
parent | 5eb7075915f0509c5027376bda0e6d9c1e505a2c [diff] |
bpo-30524: Write unit tests for FASTCALL (#2022) Test C functions: * _PyObject_FastCall() * _PyObject_FastCallDict() * _PyObject_FastCallKeywords()