]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123446: Fix empty function names in `TypeError`s in `_csv` module (#123461)
authorsobolevn <mail@sobolevn.me>
Thu, 29 Aug 2024 06:53:57 +0000 (09:53 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2024 06:53:57 +0000 (06:53 +0000)
commit303f92a9ce0de3667fb6b3ed22fa3bea5f835066
tree9b17f0191dea5c18c60527b83fed66f2f41aaf2c
parent0c3ea3023878f5ad5ca4680d5510da1fe208cbfa
gh-123446: Fix empty function names in `TypeError`s in `_csv` module (#123461)
Misc/NEWS.d/next/Library/2024-08-29-09-27-12.gh-issue-123446._I_mMr.rst [new file with mode: 0644]
Modules/_csv.c