commit | 3a8f8ea2aca46f9ef1e715f2c924357b6719525f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Apr 21 23:17:33 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 21 23:17:33 2017 +0200 |
tree | 51be29554595113064dc78cf9f1d7702573bd23f | |
parent | 1ccbe6007e5569ab25170f8ecddd5fbbc2ef36b0 [diff] |
bpo-30125: Fix faulthandler.disable() on Windows (#1243) On Windows, faulthandler.disable() now removes the exception handler installed by faulthandler.enable().