Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jun 9, 2017

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 added the tests Tests in the Lib/test dir label Jun 9, 2017
@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
@vstinner vstinner merged commit b757745 into python:3.6 Jun 9, 2017
@vstinner vstinner deleted the test_call36 branch June 9, 2017 20:28
@vstinner
Copy link
Member Author

vstinner commented Jun 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants