[issue20038] Crash due to I/O in __del__

2013-12-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> duplicate status: open -> closed superseder: -> Calling traceback.format_exception() during Pyhon shutdown does crash Python ___ Python tracker _

[issue20038] Crash due to I/O in __del__

2013-12-21 Thread STINNER Victor
STINNER Victor added the comment: > > This issue is a duplicate of issue #20037. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue20038] Crash due to I/O in __del__

2013-12-20 Thread Guido van Rossum
New submission from Guido van Rossum: I was writing a new Tulip example (a cache client and server, not yet public) and I noticed that when I interrupted the client with ^C I got a traceback (expected) followed by a segfault (unexpected). This is on OSX 10.8 but I don't think it is platform d