commit | b7577456c430283f8b7ec4e914b701cb943cc69b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jun 09 22:28:32 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 09 22:28:32 2017 +0200 |
tree | f98c9bc6ecbea9cdc36e38e4ca56889abf7fe6f6 | |
parent | bbeaccc76b2a4a7e2601579446c84cb12fea5f05 [diff] |
bpo-30524: Write unit tests for FASTCALL (#2022) (#2030) Test C functions: * _PyObject_FastCall() * _PyObject_FastCallDict() * _PyObject_FastCallKeywords() (cherry picked from commit 3b5cf85edc188345668f987c824a2acb338a7816)