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.
kumaraditya303 commentedAug 15, 2022
•
edited by bedevere-bot
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: