From c85a763444f696e0125445b5adc675020d736c5d Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Thu, 13 Jan 2011 22:11:37 +0200 Subject: pyabc: make the SIGINT signal handler clean up by sending SIGINT to child processes registered by the python code. Also provide functions to block SIGINT and unblock it, to allow for critical sections where signals are blocked --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 70cbfca8..b53696d7 100644 --- a/.hgignore +++ b/.hgignore @@ -33,7 +33,7 @@ abcext.dsp src/python/build src/python/bdist src/python/pyabc.py -src.python/pyabc_wrap.* +src/python/pyabc_wrap.* syntax: regexp -- cgit v1.2.3