New submission from STINNER Victor: The _elementtree fails with an assertion error if the stdlib copy module is overriden by the user.
haypo@selma$ mkdir copy/ haypo@selma$ touch copy/__init__.py haypo@selma$ ./python -c 'import _elementtree' python: Objects/abstract.c:153: PyObject_GetItem: Assertion `(item != NULL) ^ (PyErr_Occurred() != NULL)' failed. Aborted (core dumped) ---------- messages: 298073 nosy: haypo priority: normal severity: normal status: open title: _elementtree: assertion error if stdlib copy module is overriden versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30892> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com