[Patches] [Patch #101362] fix GC debugging output w.r.t. exceptions

noreply@sourceforge.net noreply@sourceforge.net
Wed, 30 Aug 2000 14:12:52 -0700


Patch #101362 has been updated. 

Project: 
Category: core (C code)
Status: Open
Summary: fix GC debugging output w.r.t. exceptions

Follow-Ups:

Date: 2000-Aug-30 14:12
By: marangoz

Comment:
Related to SF patch 101346.

Use PySys_WriteStderr for debugging output to avoid interference with
exception handling. Remove offending PyErr_Clear. If not initialized,
output debugging messages through fprintf(stderr, ...) -- otherwise we can
start finalization with remaining gc.debug flags which may screw up
PySys_WriteStderr.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101362&group_id=5470