]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
initregex(): this function is declared void, so the recent change to
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Jul 2001 18:15:38 +0000 (18:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Jul 2001 18:15:38 +0000 (18:15 +0000)
commit06e415fe52796629dd1342bb02103b5a51fbcd9a
tree53994fce9a77e1947096516262af3c4934a0978f
parent67f193faabcaa96e3a18ebde637986aafac6f5a7
initregex():  this function is declared void, so the recent change to
return NULL in an error case was itself an error.
Modules/regexmodule.c