[New-bugs-announce] [issue23861] Make stdprinter use DebugOutputString when no stdout/stderr available

Steve Dower report at bugs.python.org
Fri Apr 3 20:55:50 CEST 2015


New submission from Steve Dower:

Currently we initialize stdprinter while initializing and terminate if we can't access std streams.

We should always write to DebugOutputString on Windows (only does anything if a debugger is attached) and avoid terminating in this case.

----------
components: Windows
messages: 240025
nosy: steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Make stdprinter use DebugOutputString when no stdout/stderr available
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23861>
_______________________________________


More information about the New-bugs-announce mailing list