]> granicus.if.org Git - python/commit
bpo-30125: Fix faulthandler.disable() on Windows (#1243)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 21 Apr 2017 21:17:33 +0000 (23:17 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2017 21:17:33 +0000 (23:17 +0200)
commit3a8f8ea2aca46f9ef1e715f2c924357b6719525f
tree51be29554595113064dc78cf9f1d7702573bd23f
parent1ccbe6007e5569ab25170f8ecddd5fbbc2ef36b0
bpo-30125: Fix faulthandler.disable() on Windows (#1243)

On Windows, faulthandler.disable() now removes the exception handler
installed by faulthandler.enable().
Lib/test/test_faulthandler.py
Modules/faulthandler.c