commit | d0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 15 18:57:44 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 15 18:57:44 2011 +0200 |
tree | 3b579a69db5721b11b89d9c18aa0ab14272f520e | |
parent | 2ec6b176bd0fc41c6d00f244a4d8d6bdefa2c620 [diff] |
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).