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 obfusk
Recipients obfusk
Date 2020-10-26.03:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603684290.04.0.0149631860455.issue42151@roundup.psfhosted.org>
In-reply-to
Content
I originally reported this as a bug in PyPy, but it turns out that CPython's C implementation (_elementtree) behaves differently than the pure Python version (b/c it sets specified_attributes = 1).

PyPy issue with example code: https://foss.heptapod.net/pypy/pypy/-/issues/3333
History
Date User Action Args
2020-10-26 03:51:30obfusksetrecipients: + obfusk
2020-10-26 03:51:30obfusksetmessageid: <1603684290.04.0.0149631860455.issue42151@roundup.psfhosted.org>
2020-10-26 03:51:30obfusklinkissue42151 messages
2020-10-26 03:51:29obfuskcreate