[Python-checkins] r72944 - peps/trunk/pep-0384.txt

martin.v.loewis python-checkins at python.org
Tue May 26 20:40:45 CEST 2009


Author: martin.v.loewis
Date: Tue May 26 20:40:45 2009
New Revision: 72944

Log:
As proposed by MAL, provide Py_FatalError and PyTraceBack_Print.


Modified:
   peps/trunk/pep-0384.txt

Modified: peps/trunk/pep-0384.txt
==============================================================================
--- peps/trunk/pep-0384.txt	(original)
+++ peps/trunk/pep-0384.txt	Tue May 26 20:40:45 2009
@@ -212,12 +212,14 @@
 - 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
 ----------------
 


More information about the Python-checkins mailing list