Commit a8e2c5cc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ccc142ac
......@@ -95,6 +95,8 @@ cdef cbool faultedOk = False
cdef unsigned char mustfaultG # global var for compiler not to optimize-out p[0] access
cdef void mustfaultSighand(int sig) nogil:
global faultedOk
if not faultExpected:
panic("unexpected fault")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment