Skip to content

[3.6] bpo-30524: Write unit tests for FASTCALL (#2022) #2030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2017
Merged

[3.6] bpo-30524: Write unit tests for FASTCALL (#2022) #2030

merged 1 commit into from
Jun 9, 2017

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