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(). V
Victor Stinner committed
46c2b81026bbf966c0898a1fa30d98c33673aea0
Parent: 2a1aed0
Committed by GitHub <noreply@github.com>
on 4/21/2017, 4:06:13 PM