]> granicus.if.org Git - python/commit
Put a try-except around the "image delete" call in Image.__del__ to
authorGuido van Rossum <guido@python.org>
Mon, 8 Feb 1999 15:26:49 +0000 (15:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Feb 1999 15:26:49 +0000 (15:26 +0000)
commitc55b0ca60186d021fb08557ab487b123bc06fcc8
tree8c4305b416982a2cabcd3a15281c5fd9f8258d2f
parent7f1653c0e5e082cbf284c907913990ed2c37f116
Put a try-except around the "image delete" call in Image.__del__ to
avoid tracebacks when the root is destroyed before the image object.
Lib/lib-tk/Tkinter.py