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-24.13:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500904415.07.0.814327536283.issue30892@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7 doesn't seem to be affected:

$ python2
Python 2.7.13+ (heads/2.7:598f26b, Jul 21 2017, 01:18:41) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux2
>>> import _elementtree
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<string>", line 1, in <module>
ImportError: cannot import name copy
History
Date User Action Args
2017-07-24 13:53:35vstinnersetrecipients: + vstinner
2017-07-24 13:53:35vstinnersetmessageid: <1500904415.07.0.814327536283.issue30892@psf.upfronthosting.co.za>
2017-07-24 13:53:35vstinnerlinkissue30892 messages
2017-07-24 13:53:35vstinnercreate