As proposed by MAL, provide Py_FatalError and PyTraceBack_Print.
This commit is contained in:
parent
a3320d9fed
commit
05212a75f7
|
@ -212,12 +212,14 @@ of the ABI:
|
|||
- pydebug.h
|
||||
- symtable.h
|
||||
- token.h
|
||||
- traceback.h
|
||||
|
||||
In addition, functions expecting ``FILE*`` are not part of
|
||||
the ABI, to avoid depending on a specific version of the
|
||||
Microsoft C runtime DLL on Windows.
|
||||
|
||||
Py_FatalError will be moved from pydebug.h into some other
|
||||
header file (e.g. pyerrors.h).
|
||||
|
||||
Global Variables
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue