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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23861>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to