Nick Coghlan added the comment:

Why the switch to WriteUnraisable? Unlike __del__ methods and similar 
operations that may be invoked at arbitrary points, there's nothing stopping us 
from emitting an exception here - indeed, we're *already* handling an exception.

Getting a hard failure on deprecations is one of the expected consequences of 
using "-Wall" rather than the default settings.

----------

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

Reply via email to