Re: [Python-Dev] Revert #12085 fix for __del__ attribute error message

2013年9月22日 22:30:40 -0700

On 9/22/2013 9:29 PM, Guido van Rossum wrote:
On Sunday, September 22, 2013, Nick Coghlan wrote:
 Brevity is still a virtue. The relevant C API function is called
 "PyErr_WriteUnraisable", so just starting the message as something
 like "Unraisable exception suppressed in..." might work.
Somehow "unraisable" sounds too technical, and "suppressed" is hardly right given that it is printed...
Let's leave well enough alone.
"printable-only exception in..."
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to