Issue 1494605: unchecked PyObject_SetAttrString() in PyErr_SyntaxLocation() (original) (raw)

Issue1494605

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:17 admin set github: 43407
2006-05-24 21:25:28 brett.cannon create