cpython: bc5778b488c1 (original) (raw)
Mercurial > cpython
changeset 82798:bc5778b488c1 3.2
Issue #10296 : Don't handle BreakPoint exceptions using Structured Exception Handling on windows. [#10296]
Kristján Valur Jónsson sweskman@gmail.com | |
---|---|
date | Tue, 19 Mar 2013 15:24:10 -0700 |
parents | 33f02ccb5301 |
children | 4c7eb717ea88 ec4486b5e845 |
files | Modules/_ctypes/callproc.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Modules/_ctypes/callproc.c 5 |
line wrap: on
line diff
--- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -397,6 +397,11 @@ static DWORD HandleException(EXCEPTION_P { *pdw = ptrs->ExceptionRecord->ExceptionCode; *record = *ptrs->ExceptionRecord;