Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Closed
Description
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.