[Python-checkins] [python/cpython] 46c2b8: bpo-30125: Fix faulthandler.disable() on Windows (...

GitHub noreply at github.com
Fri Apr 21 12:06:15 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 46c2b81026bbf966c0898a1fa30d98c33673aea0
      https://github.com/python/cpython/commit/46c2b81026bbf966c0898a1fa30d98c33673aea0
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M Lib/test/test_faulthandler.py
    M Modules/faulthandler.c

  Log Message:
  -----------
  bpo-30125: Fix faulthandler.disable() on Windows (#1240)

* bpo-30125: Cleanup faulthandler.c

* Use size_t type for iterators
* Add { ... }

* bpo-30125: Fix faulthandler.disable() on Windows

On Windows, faulthandler.disable() now removes the exception handler
installed by faulthandler.enable().




More information about the Python-checkins mailing list