• Barry Warsaw's avatar
    All the exception building related stuff has been moved out of this · 78e6c671
    Barry Warsaw yazdı
    module and into _exceptions.c.  This includes all the PyExc_* globals,
    the bltin_exc table, init_class_exc(), fini_instances(),
    finierrors().
    
    Renamed _PyBuiltin_Init_1() to _PyBuiltin_Init() since the two phase
    initializations are necessary any more.
    
    Removed as obsolete _PyBuiltin_Init_2(), _PyBuiltin_Fini_1() and
    _PyBuiltin_Fini_2().
    78e6c671
bltinmodule.c 54.5 KB