Added PyExc_Exception and PyErr_NewException.

This commit is contained in:
Guido van Rossum 1997-09-29 23:40:07 +00:00
parent 271f977686
commit 22ecb71078
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ EXPORTS
_PyThread_Started DATA
_PyParser_TokenNames DATA
Py_VerboseFlag DATA
PyExc_Exception DATA
PyExc_StandardError DATA
PyExc_NumberError DATA
PyExc_LookupError DATA
@ -259,6 +260,7 @@ EXPORTS
PyErr_Fetch
PyErr_Restore
PyErr_Clear
PyErr_NewException
PyOS_InitInterrupts
PyOS_InterruptOccurred
PyOS_GetLastModificationTime