[issue31455] ElementTree.XMLParser() mishandles exceptions

Serhiy Storchaka report at bugs.python.org
Sat Mar 24 02:01:15 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

New changeset 0694b6a651ba2a53f6323ffb3b23358f43885815 by Serhiy Storchaka (scoder) in branch '2.7':
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992)
https://github.com/python/cpython/commit/0694b6a651ba2a53f6323ffb3b23358f43885815

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31455>
_______________________________________


More information about the Python-bugs-list mailing list