Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
vstinner merged 1 commit into
python:3.6python/cpython:3.6from
vstinner:test_call36Copy head branch name to clipboard
Jun 9, 2017
Merged

[3.6] bpo-30524: Write unit tests for FASTCALL (#2022)#2030
vstinner merged 1 commit into
python:3.6python/cpython:3.6from
vstinner:test_call36Copy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Jun 9, 2017

Copy link
Copy Markdown
Member

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

vstinner commented Jun 9, 2017

Copy link
Copy Markdown
Member Author

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.