commit | b4f5b212535e75503fc33513676837089037bb48 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 13 06:25:59 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 13 06:25:59 2019 -0700 |
tree | ab54ef06a054cdcae191bd3eb49ae1f19ad827d4 | |
parent | 0a9baec16c17d261377fb8a31a57d8c397e25af6 [diff] |
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) The __exit__() method of test.support.catch_unraisable_exception context manager now ignores unraisable exception raised when clearing self.unraisable attribute. (cherry picked from commit 6d22cc8e90ccb1e1965b1a4bc79456e2cc1e5a3e) Co-authored-by: Victor Stinner <vstinner@redhat.com>