]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix name of '\0'. (GH-14222)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2019 04:59:54 +0000 (21:59 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 04:59:54 +0000 (21:59 -0700)
commitb2967436dbf80a70fcf69b9872dc0607be1e78ab
tree3816048e5ba71377599340d55e6b10efe39842bf
parentbe4bbc3a90b91a6a9566650844b28e784f6f30bd
Fix name of '\0'. (GH-14222)

'\0' is the NUL byte not NULL.
(cherry picked from commit 7821b4c6d29933511d50bb42255e39790c6abf00)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Modules/_csv.c