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 terry.reedy
Recipients Claudiu.Popa, ezio.melotti, fwierzbicki, jeff.allen, orsenthil, python-dev, r.david.murray, terry.reedy
Date 2014-10-18.21:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413668480.8.0.208386149551.issue20155@psf.upfronthosting.co.za>
In-reply-to
Content
Patch fixes failures for me.  Let's hope that change does not fail on other systems or buildbots (starting at 21:17 bb time). I will check bbs later.

There seems to be a 2.7 speed issue which looks like a hang until running with -v.  On my machine, 2.7 runs 34 tests 40 seconds (consistently), with test_get taking 6 seconds.  3.4 runs 45 tests in under 3 seconds, a 15x speedup. I attached difflib.Differ output.  David, can you see anything responsible for the slowdown.  Should this be ignored?
History
Date User Action Args
2014-10-18 21:41:20terry.reedysetrecipients: + terry.reedy, orsenthil, fwierzbicki, ezio.melotti, r.david.murray, Claudiu.Popa, python-dev, jeff.allen
2014-10-18 21:41:20terry.reedysetmessageid: <1413668480.8.0.208386149551.issue20155@psf.upfronthosting.co.za>
2014-10-18 21:41:20terry.reedylinkissue20155 messages
2014-10-18 21:41:20terry.reedycreate