[ python-Bugs-1494605 ] unchecked PyObject_SetAttrString() in PyErr_SyntaxLocation()

SourceForge.net noreply at sourceforge.net
Mon May 29 16:13:33 CEST 2006


Bugs item #1494605, was opened at 2006-05-24 21:25
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1494605&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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
Summary: unchecked PyObject_SetAttrString() in PyErr_SyntaxLocation()

Initial Comment:
Line 733 of Python/errors.c has a
PyObject_SetAttrString() call where Py_Clear() is not
called if it failed.

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-05-29 14:13

Message:
Logged In: YES 
user_id=849994

Fixed in rev. 46523.

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

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


More information about the Python-bugs-list mailing list