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 berker.peksag
Recipients berker.peksag, nascheme, vstinner
Date 2017-12-09.06:57:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512802677.76.0.213398074469.issue32237@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that Neil's PR (11cc289490b7b275fc0a033e2b376a8d4c780d9b) fixed the regression:

$ ./python -m test -R 3:3 test_xml_etree
Run tests sequentially
0:00:00 load avg: 0.66 [1/1] test_xml_etree
beginning 6 repetitions
123456
......
1 test OK.

Total duration: 4 sec
Tests result: SUCCESS

test_ensurepip, test_hashlib and test_importlib passed too.

Closing this one as fixed. Thanks!
History
Date User Action Args
2017-12-09 06:57:57berker.peksagsetrecipients: + berker.peksag, nascheme, vstinner
2017-12-09 06:57:57berker.peksagsetmessageid: <1512802677.76.0.213398074469.issue32237@psf.upfronthosting.co.za>
2017-12-09 06:57:57berker.peksaglinkissue32237 messages
2017-12-09 06:57:56berker.peksagcreate