]> granicus.if.org Git - python/commitdiff
_PyBuiltin_Init_2(): Remove the misleading comment.
authorBarry Warsaw <barry@python.org>
Tue, 2 May 2000 19:24:39 +0000 (19:24 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 2 May 2000 19:24:39 +0000 (19:24 +0000)
Python/bltinmodule.c

index a535b1dde987492a93188088c2cb597facdfda2e..43ce6e46299cff93088a9f5bf2ad68c1a428f1a0 100644 (file)
@@ -2589,7 +2589,6 @@ _PyBuiltin_Init_2(dict)
        if (!init_class_exc(dict))
                /* class based exceptions could not be initialized. */
                Py_FatalError("Standard exceptions could not be initialized.");
-       /* does not return */
 }