gh-123446: Fix empty function names in TypeErrors in _csv module (follow-up to gh-123461)#123462
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
LGTM.
BTW, @sobolevn is a core developer and can merge his PRs.
|
Oh right, for a while sobolevn didn't want to be one :-) Sorry for the early merge! |
|
@hauntsaninja no worries, no harm done :) |
|
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
|
Sorry, @sobolevn, I could not cleanly backport this to |
|
Sorry, @sobolevn, I could not cleanly backport this to |
…_csv` module (pythonGH-123462) (cherry picked from commit 58ce131) Co-authored-by: sobolevn <mail@sobolevn.me>
|
GH-123466 is a backport of this pull request to the 3.12 branch. |
TypeErrors in _csv moduleTypeErrors in _csv module (follow-up to gh-123461)
|
I just changed the title otherwise I thought there were twice the same PR on the tracker :') |
|
I am not sure that it is worth to backport this change. This is just a minor enhancement in error messages. |
Ok, I can close them 👍 |
After:
Follow up to #123461
PyArg_UnpackTupleis used withname=""#123446