We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff620d commit 129cd6bCopy full SHA for 129cd6b
cypari2/custom_block.pyx
@@ -16,9 +16,11 @@ cdef int custom_signal_is_blocked():
16
return PARI_SIGINT_block
17
18
cdef void custom_signal_unblock():
19
+ global PARI_SIGINT_block
20
PARI_SIGINT_block = 0
21
22
cdef void custom_set_pending_signal(int sig):
23
+ global PARI_SIGINT_pending
24
PARI_SIGINT_pending = sig
25
26
def init_custom_block():
0 commit comments