bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SIGINT handling


From: Stephane Chazelas
Subject: Re: SIGINT handling
Date: Mon, 21 Sep 2015 22:43:23 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

2015-09-21 22:24:03 +0100, Stephane Chazelas:
[...]
> If it didn't, we could not use it in scripts of shells that
> don't do WCE *but also in non-shell scripts* (perl, python,
> ruby...) or non-scripts.
[...]

For completeness

perl's and python's system() like system(3) ignore SIGINT, so
it's a WUNE (wait and unconditionaly not exit).

python's subprocess.call() does "IUE" (for "immediate
unconditional exit")

-- 
Stephane



reply via email to

[Prev in Thread] Current Thread [Next in Thread]