]> granicus.if.org Git - python/commit
bpo-30524: Write unit tests for FASTCALL (#2022)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Jun 2017 14:48:45 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 14:48:45 +0000 (16:48 +0200)
commit3b5cf85edc188345668f987c824a2acb338a7816
tree5a1dc54996378334a88139539736f3e6a9c06730
parent5eb7075915f0509c5027376bda0e6d9c1e505a2c
bpo-30524: Write unit tests for FASTCALL (#2022)

Test C functions:

* _PyObject_FastCall()
* _PyObject_FastCallDict()
* _PyObject_FastCallKeywords()
Lib/test/test_call.py
Modules/_testcapimodule.c