This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-07-10.16:47:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499705249.36.0.609429772513.issue30892@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2017-07-10 16:47:29vstinnersetrecipients: + vstinner
2017-07-10 16:47:29vstinnersetmessageid: <1499705249.36.0.609429772513.issue30892@psf.upfronthosting.co.za>
2017-07-10 16:47:29vstinnerlinkissue30892 messages
2017-07-10 16:47:29vstinnercreate