Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug which allows more than one varargs
Python allows at most *one* vararg in one function. Remove the improper varargs check which allows function definition like ``` *vararg1: object *vararg2: object ``` in argument clinic.
- Loading branch information