mirror of https://github.com/python/cpython.git
Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge.
Modified for new builtin exceptions.c.
This commit is contained in:
parent
d1fb71121b
commit
ebececc9d8
Binary file not shown.
Binary file not shown.
|
@ -31,10 +31,6 @@ PyExc_TypeError
|
|||
PyExc_ValueError
|
||||
PyExc_ZeroDivisionError
|
||||
PyExc_MemoryErrorInst
|
||||
_PyBuiltin_Fini_2
|
||||
_PyBuiltin_Fini_1
|
||||
_PyBuiltin_Init_2
|
||||
_PyBuiltin_Init_1
|
||||
PyEval_CallObjectWithKeywords
|
||||
PyEval_CallObject
|
||||
Py_FlushLine
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue