Nick Coghlan <ncogh...@gmail.com> added the comment:

For 3.2, writing such errors directly to stderr would be fine (we already do 
that in other places via PyErr_WriteUnraisable)

The test could then be modified to use test.support.captured_output to 
temporarily replace stderr and look at the output.

The problem of avoiding interfering with application level handlers while 
having unraisable errors visible by default is probably the biggest reason past 
attempts to get the standard library using the logging module internally 
haven't gained much traction :P

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10626>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to