mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
c8d8e15bfc
* 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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.