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 berker.peksag, martin.panter, python-dev, serhiy.storchaka, twouters, vstinner, zach.ware
Date 2016-05-22.12:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463920570.85.0.741246195946.issue27067@psf.upfronthosting.co.za>
In-reply-to
Content
test_curses_no_atty.patch doesn't work for me using -j1 regrtest option :-/

haypo@smithers$ ./python -m test -u curses -j1 test_curses
Run tests in parallel using 1 child processes
Total duration: 0:00:01
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/home/haypo/prog/python/default/Lib/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/home/haypo/prog/python/default/Lib/test/libregrtest/runtest_mp.py", line 147, in run
    stop = self._runtest()
  File "/home/haypo/prog/python/default/Lib/test/libregrtest/runtest_mp.py", line 138, in _runtest
    result = json.loads(result)
  File "/home/haypo/prog/python/default/Lib/json/__init__.py", line 319, in loads
    return _default_decoder.decode(s)
  File "/home/haypo/prog/python/default/Lib/json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/home/haypo/prog/python/default/Lib/json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
History
Date User Action Args
2016-05-22 12:36:10vstinnersetrecipients: + vstinner, twouters, python-dev, berker.peksag, martin.panter, zach.ware, serhiy.storchaka
2016-05-22 12:36:10vstinnersetmessageid: <1463920570.85.0.741246195946.issue27067@psf.upfronthosting.co.za>
2016-05-22 12:36:10vstinnerlinkissue27067 messages
2016-05-22 12:36:10vstinnercreate