-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-84853: Use Argument Clinic for csv (where possible) #20200
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Modules/_csv.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Return a list of all know dialect names. | |
| Return a list of all known dialect names. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, although I'll note that the error was extant (I can revert the typo fix if someone feels that's a problem).
Modules/_csv.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this doesn't say str because we need the PyObject inside the function. Any way we can still get the __text_signature__ more precise?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I'm aware of (within Argument Clinic and without changing some csv.Errors to TypeErrors)
Misc/NEWS.d/next/Library/2020-05-19-01-40-51.bpo-40676.yJfq1J.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2020-05-19-01-40-51.bpo-40676.yJfq1J.rst
Outdated
Show resolved
Hide resolved
|
Do I need to sign a new CLA? If so, how? (the knights who say ni were clearer on this point) |
|
I think the bot wants the other bots to sign a CLA. You shouldn't have to resign. |
|
Unfortunately we will have to resolve the CLA issue before we can merge. @ambv should be able to confirm, but as I understand it the bot looks at the email address in your commits (from If that's the issue, then you'll have to set your user.email to whatever you used when you signed the CLA, recreate the branch with your new email set, then force push. |
|
Fwiw, |
|
Would you mind setting it to your own email? I wouldn't want to take credit for your hard work. |
|
Okay, re-pushed. Github would have reauthored the commit when it gets squashed anyway |
https://bugs.python.org/issue40676