mirror of
https://github.com/python/cpython.git
synced 2026-07-06 01:39:24 -04:00
f1bcdeaca6
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