Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22ecb71

Browse files
committed
Added PyExc_Exception and PyErr_NewException.
1 parent 271f977 commit 22ecb71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PC/python_nt.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ EXPORTS
1313
_PyThread_Started DATA
1414
_PyParser_TokenNames DATA
1515
Py_VerboseFlag DATA
16+
PyExc_Exception DATA
1617
PyExc_StandardError DATA
1718
PyExc_NumberError DATA
1819
PyExc_LookupError DATA
@@ -259,6 +260,7 @@ EXPORTS
259260
PyErr_Fetch
260261
PyErr_Restore
261262
PyErr_Clear
263+
PyErr_NewException
262264
PyOS_InitInterrupts
263265
PyOS_InterruptOccurred
264266
PyOS_GetLastModificationTime

0 commit comments

Comments
 (0)