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 josh.r, methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-09-18.08:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
FYI this optimization triggered a bug in the tp_clear slot of ElementTree parsers, bug which was hidden for years in Python 3: bpo-31499.
History
Date User Action Args
2017-09-18 08:58:51vstinnersetrecipients: + vstinner, methane, python-dev, serhiy.storchaka, josh.r, xiang.zhang
2017-09-18 08:58:51vstinnersetmessageid: <[email protected]>
2017-09-18 08:58:51vstinnerlinkissue29049 messages
2017-09-18 08:58:51vstinnercreate