[3.6] bpo-30524: Write unit tests for FASTCALL (#2022) by vstinner · Pull Request #2030 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
Test C functions:
- _PyObject_FastCall()
- _PyObject_FastCallDict()
- _PyObject_FastCallKeywords()
(cherry picked from commit 3b5cf85)
Test C functions: * _PyObject_FastCall() * _PyObject_FastCallDict() * _PyObject_FastCallKeywords() (cherry picked from commit 3b5cf85)
serhiy-storchaka
changed the title
bpo-30524: Write unit tests for FASTCALL (#2022)
[3.6] bpo-30524: Write unit tests for FASTCALL (#2022)
Thanks for the review Serhiy, I didn't expect a review on a backport. I was just waiting for the CI.
I was happily surprised: test_call pass on 3.6 as well ;-)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters