diff options
Diffstat (limited to 'Modules/almodule.c')
| -rw-r--r-- | Modules/almodule.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Modules/almodule.c b/Modules/almodule.c index f162cf5..23fd96f 100644 --- a/Modules/almodule.c +++ b/Modules/almodule.c @@ -3242,9 +3242,6 @@ inital(void) (void) ALseterrorhandler(ErrorHandler); #endif /* OLD_INTERFACE */ - /* Check for errors */ - if (PyErr_Occurred()) { - error: - Py_FatalError("can't initialize module al"); - } + error: + return; } |
