[ python-Bugs-1542051 ] Exceptions don't call _PyObject_GC_UNTRACK(self)

SourceForge.net noreply at sourceforge.net
Thu Aug 17 17:21:08 CEST 2006


Bugs item #1542051, was opened at 2006-08-17 17:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1542051&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Žiga Seilnacht (zseil)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exceptions don't call _PyObject_GC_UNTRACK(self)

Initial Comment:
If I understand the GC rules correctly, BaseException
and its subclasses should call _PyObject_GC_UNTRACK
in their tp_dealloc methods.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1542051&group_id=5470


More information about the Python-bugs-list mailing list