]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport of (merged) 1.43 and 1.44
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 14:55:03 +0000 (14:55 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 14:55:03 +0000 (14:55 +0000)
commit0af83c053c90a3b82c63050769b278bb6b69681c
treef2cee28d191ae49e95d828720b7bc39f007c49cb
parent8f113e915095669062c5a5c186f59b55911ec269
backport of (merged) 1.43 and 1.44
  initregex():  this function is declared void, so the recent change to
  return NULL in an error case was itself an error.
  initregex(): Check return value of PyErr_Warn() and propagate the exception
  (if any.)
Modules/regexmodule.c