As proposed by MAL, provide Py_FatalError and PyTraceBack_Print.

This commit is contained in:
Martin v. Löwis 2009-05-26 18:40:45 +00:00
parent a3320d9fed
commit 05212a75f7
1 changed files with 3 additions and 1 deletions

View File

@ -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
----------------