]> granicus.if.org Git - python/commit
Issue #10756: atexit normalizes the exception before displaying it. Patch by
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 May 2011 16:57:44 +0000 (18:57 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 May 2011 16:57:44 +0000 (18:57 +0200)
commitd0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7
tree3b579a69db5721b11b89d9c18aa0ab14272f520e
parent2ec6b176bd0fc41c6d00f244a4d8d6bdefa2c620
Issue #10756: atexit normalizes the exception before displaying it. Patch by
Andreas Stührk.

Backport a fix already applied to Python 3.2+ (4a82be47a948 + 5060a92a8597).
Lib/test/test_atexit.py
Misc/NEWS
Modules/atexitmodule.c