diff options
author | Barry Warsaw <barry@python.org> | 2000-05-25 23:05:36 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-05-25 23:05:36 +0000 |
commit | 780f09df9aa051afca4432be422de9016bbf1c3b (patch) | |
tree | 9f260b8108082a5d7ac7c4ac6e2e538f8d6aced6 /Python/pythonrun.c | |
parent | 6520a2e270a0002ecc4a299f0f6769d9eae29871 (diff) | |
download | cpython-780f09df9aa051afca4432be422de9016bbf1c3b.tar.gz |
Now that standard exceptions are builtin, we don't need two phase init
or fini of the builtin module.
_PyBuiltin_Init_1 => _PyBuiltin_Init
_PyBuiltin_Init_2 removed
_PyBuiltin_Fini_1 removed
_PyBuiltin_Fini_2 removed
These functions are used to initialize the _exceptions module.
init_exceptions added
fini_exceptions added
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions