summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-05-25 23:05:36 +0000
committerBarry Warsaw <barry@python.org>2000-05-25 23:05:36 +0000
commitc094ac856f7031eae727fa200241da0c88d29951 (patch)
tree1a6cce8c2917d020e1df4f5b1a96e700dc91f960 /Python/pythonrun.c
parentfe55e86a0a2e678f7f325f15c4607b56e80ebe61 (diff)
downloadcpython-git-c094ac856f7031eae727fa200241da0c88d29951.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