mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Add 'static_exceptions' list to factorize code between _PyExc_InitTypes() and _PyBuiltins_AddExceptions(). _PyExc_InitTypes() does nothing if it's not the main interpreter. Sort exceptions in Lib/test/exception_hierarchy.txt.
Miscellaneous source files for the main Python shared library