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 benjamin.peterson, larry, ned.deily, python-dev, terry.reedy
Date 2016-06-22.09:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466586295.24.0.0998217166487.issue27365@psf.upfronthosting.co.za>
In-reply-to
Content
Because of the case conflict I did not notice soon enough, the rest of the patch and merge did not go well and I got this

test test_idle crashed -- Traceback (most recent call last):
  File "F:\Python\dev\36\lib\test\libregrtest\runtest.py", line 180, in runtest_inner
    test_runner()
  File "F:\Python\dev\36\lib\test\libregrtest\runtest.py", line 178, in test_runner
    raise Exception("errors while loading tests")
Exception: errors while loading tests

I suspect it is a problem with textView/textview, so I will temporarily disable test files to find the culprit.
History
Date User Action Args
2016-06-22 09:04:55terry.reedysetrecipients: + terry.reedy, larry, benjamin.peterson, ned.deily, python-dev
2016-06-22 09:04:55terry.reedysetmessageid: <1466586295.24.0.0998217166487.issue27365@psf.upfronthosting.co.za>
2016-06-22 09:04:55terry.reedylinkissue27365 messages
2016-06-22 09:04:55terry.reedycreate