summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
authorscoder <stefan_ml@behnel.de>2017-09-14 22:00:03 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-09-14 23:00:03 +0300
commitc8d8e15bfc24abeeaaf3d8be9073276b0c011cdf (patch)
treefb00b03ee188ead7d74c74d8042b4c966cfeeaa3 /Python/ast.c
parent0b3a87ef54a0112b74e8a1d8c6f87d10db4239ab (diff)
downloadcpython-git-c8d8e15bfc24abeeaaf3d8be9073276b0c011cdf.tar.gz
bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)
* Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. * Ignore only AttributeError on attribute lookups in ElementTree.XMLParser() and propagate all other exceptions.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions