◐ Shell
clean mode source ↗

[3.6] bpo-30524: Write unit tests for FASTCALL (#2022) by vstinner · Pull Request #2030 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@vstinner

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 serhiy-storchaka changed the title bpo-30524: Write unit tests for FASTCALL (#2022) [3.6] bpo-30524: Write unit tests for FASTCALL (#2022)

Jun 9, 2017

serhiy-storchaka

@vstinner

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 ;-)

Labels

tests

Tests in the Lib/test dir