]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-14935: Remove static state from the _csv module (GH-23224)
authorPetr Viktorin <encukou@gmail.com>
Tue, 15 Dec 2020 14:14:35 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 14:14:35 +0000 (15:14 +0100)
commit6a02b384751dbc13979efc1185f0a7c1670dc349
tree067b172fa38efe134d6ac61f8a594796c9861f6c
parentb8fa135908d294b350cdad04e2f512327a538dee
bpo-14935: Remove static state from the _csv module (GH-23224)

Uses code from: https://github.com/python/cpython/pull/16078

Co-authored-by: Marcel Plch <gmarcel.plch@gmail.com>
Co-authored-by: Eddie Elizondo <eduardo.elizondorueda@gmail.com>
Co-authored-by: Hai Shi <shihai1992@gmail.com>
Misc/NEWS.d/next/Library/2020-10-20-23-28-55.bpo-1635741.Iyka3r.rst [new file with mode: 0644]
Modules/_csv.c