diff options
author | scoder <stefan_ml@behnel.de> | 2017-09-14 22:00:03 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-14 23:00:03 +0300 |
commit | c8d8e15bfc24abeeaaf3d8be9073276b0c011cdf (patch) | |
tree | fb00b03ee188ead7d74c74d8042b4c966cfeeaa3 /Lib/test/test_threading.py | |
parent | 0b3a87ef54a0112b74e8a1d8c6f87d10db4239ab (diff) | |
download | cpython-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 'Lib/test/test_threading.py')
0 files changed, 0 insertions, 0 deletions