Re: nosepipe error

2016-02-23 Thread Chris Angelico
On Wed, Feb 24, 2016 at 5:11 AM, Dan Stromberg wrote: > I'm seeing, in the nosepipe code: > # we use stdout for IPC, so block all other output > self._stream = sys.__stdout__ > > I'm not sure using stdout/stdin for IPC is a great thing; a lot of > tests write

Re: nosepipe error

2016-02-23 Thread Dan Stromberg
On Tue, Feb 23, 2016 at 9:43 AM, Chris Angelico wrote: > On Wed, Feb 24, 2016 at 4:36 AM, Dan Stromberg wrote: >> Message: Unhandled exception in thread started by >> sys.excepthook is missing >> lost sys.stderr >> >> That 1433299041 looks like ASCII: >

Re: nosepipe error

2016-02-23 Thread Chris Angelico
On Wed, Feb 24, 2016 at 4:36 AM, Dan Stromberg wrote: > Message: Unhandled exception in thread started by > sys.excepthook is missing > lost sys.stderr > > That 1433299041 looks like ASCII: hex(1433299041) > '0x556e6861' chr(0x55) + chr(0x6e) + chr(0x68) + chr(0x61)