diff options
Diffstat (limited to 'Modules/pcremodule.c')
-rw-r--r-- | Modules/pcremodule.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/pcremodule.c b/Modules/pcremodule.c index 3043405..21629b8 100644 --- a/Modules/pcremodule.c +++ b/Modules/pcremodule.c @@ -650,9 +650,5 @@ initpcre(void) insint(d, "DOTALL", PCRE_DOTALL); insint(d, "VERBOSE", PCRE_EXTENDED); insint(d, "LOCALE", PCRE_LOCALE); - - /* Check for errors */ - if (PyErr_Occurred()) - Py_FatalError("can't initialize module pcre"); } |