]> granicus.if.org Git - python/commit
bpo-30524: Write unit tests for FASTCALL (#2022) (#2030)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Jun 2017 20:28:32 +0000 (22:28 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 20:28:32 +0000 (22:28 +0200)
commitb7577456c430283f8b7ec4e914b701cb943cc69b
treef98c9bc6ecbea9cdc36e38e4ca56889abf7fe6f6
parentbbeaccc76b2a4a7e2601579446c84cb12fea5f05
bpo-30524: Write unit tests for FASTCALL (#2022) (#2030)

Test C functions:

* _PyObject_FastCall()
* _PyObject_FastCallDict()
* _PyObject_FastCallKeywords()
(cherry picked from commit 3b5cf85edc188345668f987c824a2acb338a7816)
Lib/test/test_call.py
Modules/_testcapimodule.c