]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116738: Make `_csv` module thread-safe (GH-118344) (#125328)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2024 18:22:56 +0000 (20:22 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 18:22:56 +0000 (18:22 +0000)
commitf5895133349ff8e09d06ca75dc2f5719382af44e
treea6e9f67671017f8755cac24e2bac1438ec585e9d
parent73c152b346a18ed8308e469bdd232698e6cd3a63
[3.13] gh-116738: Make `_csv` module thread-safe (GH-118344) (#125328)

gh-116738: Make `_csv` module thread-safe (GH-118344)
(cherry picked from commit a00221e5a70e54a281ba0e2cff8d85cd37ae305f)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Modules/_csv.c