diff options
author | scoder <stefan_ml@behnel.de> | 2017-09-14 20:00:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-14 20:00:03 (GMT) |
commit | c8d8e15bfc24abeeaaf3d8be9073276b0c011cdf (patch) | |
tree | fb00b03ee188ead7d74c74d8042b4c966cfeeaa3 /Python/pyarena.c | |
parent | 0b3a87ef54a0112b74e8a1d8c6f87d10db4239ab (diff) | |
download | cpython-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/pyarena.c')
0 files changed, 0 insertions, 0 deletions