[Python-Dev] Revert #12085 fix for del attribute error message (original) (raw)

Georg Brandl g.brandl at gmx.net
Wed Sep 25 08:22:27 CEST 2013


Am 24.09.2013 00:11, schrieb Greg Ewing:

Antoine Pitrou wrote:

Yes, but I agree with Greg that "unraisable" is wrong. After all, it was raised, and it can even be caught by the programmer (inside del). How about something like "Uncaught exception in del method ignored"? It explains fairly clearly what has happened, and also indicates what do do about it -- catch it in the del method.

"Exception in del caught and not propagated:"

Georg



More information about the Python-Dev mailing list