summaryrefslogtreecommitdiffstats
path: root/Python/frozen.c
diff options
context:
space:
mode:
authorscoder <stefan_ml@behnel.de>2017-09-14 20:00:03 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-09-14 20:00:03 (GMT)
commitc8d8e15bfc24abeeaaf3d8be9073276b0c011cdf (patch)
treefb00b03ee188ead7d74c74d8042b4c966cfeeaa3 /Python/frozen.c
parent0b3a87ef54a0112b74e8a1d8c6f87d10db4239ab (diff)
downloadcpython-c8d8e15bfc24abeeaaf3d8be9073276b0c011cdf.zip
cpython-c8d8e15bfc24abeeaaf3d8be9073276b0c011cdf.tar.gz
cpython-c8d8e15bfc24abeeaaf3d8be9073276b0c011cdf.tar.bz2
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/frozen.c')
0 files changed, 0 insertions, 0 deletions