-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Functional tests for argument clinic #96002
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
Labels
Comments
erlend-aasland
added a commit
that referenced
this issue
Nov 21, 2022
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
colorfulappl
added a commit
to colorfulappl/cpython
that referenced
this issue
Dec 14, 2022
(cherry picked from commit c450c8c) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
colorfulappl
added a commit
to colorfulappl/cpython
that referenced
this issue
Dec 14, 2022
(cherry picked from commit c450c8c) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
kumaraditya303
added a commit
that referenced
this issue
Dec 17, 2022
kumaraditya303
added a commit
that referenced
this issue
Dec 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently there are no functional tests for argument clinic and the present tests mostly verify generated code not the runtime behavior. This can lead to bugs like #32092 so adding tests would help avoid such bugs.
A new module with functions using all function signatures can be created which will return the tuple of the args so that testing it would be easy.
The text was updated successfully, but these errors were encountered: