diff options
Diffstat (limited to 'Modules/fcntlmodule.c')
-rw-r--r-- | Modules/fcntlmodule.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index 174a904..fd4c3e3 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -328,8 +328,4 @@ initfcntl(void) /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); all_ins(d); - - /* Check for errors */ - if (PyErr_Occurred()) - Py_FatalError("can't initialize module fcntl"); } |