]> granicus.if.org Git - python/commit
All the exception building related stuff has been moved out of this
authorBarry Warsaw <barry@python.org>
Thu, 25 May 2000 23:15:05 +0000 (23:15 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 25 May 2000 23:15:05 +0000 (23:15 +0000)
commit78e6c671dbb3b5cf98ddcd16f9364da8c8619076
tree98e6fa011ddfedec3ad71c010ebde6901a523e84
parentcfa2dba72079b6a032b4130e54f5d01e06fb6b35
All the exception building related stuff has been moved out of this
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().
Python/bltinmodule.c