]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.6x faster (#137628)
authorMaurycy Pawłowski-Wieroński <5383+maurycy@users.noreply.github.com>
Thu, 23 Oct 2025 12:28:29 +0000 (14:28 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 12:28:29 +0000 (15:28 +0300)
commit6be6f8ff590712fc9fe7db75defcc5975493070d
treec6bdecbb543c4c6917c39b0672456ac0e81f48f6
parentaa9d0a61d5c48717454f36351f0aabe4cc532de5
gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.6x faster (#137628)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/whatsnew/3.15.rst
Lib/csv.py
Lib/test/test_csv.py
Misc/NEWS.d/next/Library/2025-08-11-04-52-18.gh-issue-137627.Ku5Yi2.rst [new file with mode: 0644]