This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: unchecked PyObject_SetAttrString() in PyErr_SyntaxLocation()
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, georg.brandl
Priority: normal Keywords:

Created on 2006-05-24 21:25 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28630 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2006-05-24 21:25
Line 733 of Python/errors.c has a
PyObject_SetAttrString() call where Py_Clear() is not
called if it failed.
msg28631 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-29 14:13
Logged In: YES 
user_id=849994

Fixed in rev. 46523.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43407
2006-05-24 21:25:28brett.cannoncreate