Kaydet (Commit) 22ecb710 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added PyExc_Exception and PyErr_NewException.

üst 271f9776
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment