{{ message }}
bpo-30524: Write unit tests for FASTCALL#2022
Merged
vstinner merged 1 commit intoJun 9, 2017
Merged
Conversation
Test C functions: * _PyObject_FastCall() * _PyObject_FastCallDict() * _PyObject_FastCallKeywords()
Member
Author
|
I rewrote my change to test much more cases. Most (or all?) possible ways to call FastCall functions should now be tested. |
Sorry, something went wrong.
serhiy-storchaka
approved these changes
Jun 9, 2017
serhiy-storchaka
left a comment
Member
There was a problem hiding this comment.
Would be nice to backport tests at least to 3.6. This could expose 3.6 bugs fixed in 3.7.
Sorry, something went wrong.
Member
Author
Sure, I wrote this change for 3.6, to test the datetime.datetime.now() bug :-) But obvious, firstI wrote it for master. |
Sorry, something went wrong.
vstinner
added a commit
that referenced
this pull request
Jun 9, 2017
ma8ma
added a commit
to ma8ma/cpython
that referenced
this pull request
Jun 13, 2017
Resolve conflicts: 3b5cf85 bpo-30524: Write unit tests for FASTCALL (python#2022)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Test C functions: