commit | 6dbbe748e101a173b4cff8aada41e9313e287e0f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Sat May 25 00:09:38 2019 +0200 |
committer | GitHub <noreply@github.com> | Sat May 25 00:09:38 2019 +0200 |
tree | b0361e58e666c57fd742d44b30c5bf72e98c090b | |
parent | a9f05d69ccbf3c75cdd604c25094282697789a62 [diff] |
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) catch_unraisable_exception() now also removes its 'unraisable' attribute at the context manager exit.