]> granicus.if.org Git - python/commit
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user...
authorscoder <stefan_ml@behnel.de>
Sat, 24 Mar 2018 05:56:41 +0000 (06:56 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 24 Mar 2018 05:56:41 +0000 (07:56 +0200)
commit0694b6a651ba2a53f6323ffb3b23358f43885815
tree48b05b1290adfc361e50f99382b0f451fd9b2a40
parent1ce4e5bee6df476836f799456f2caf77cd13dc97
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992)
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2017-09-13-19-55-35.bpo-31544.beTh6t.rst [new file with mode: 0644]
Modules/_elementtree.c