_PyBuiltin_Init_2(): Remove the misleading comment.

This commit is contained in:
Barry Warsaw 2000-05-02 19:24:39 +00:00
parent 47eeb9bdad
commit 48719d3d1f

View 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 */
}