Gregory P. Smith <g...@krypto.org> added the comment:

can i have you do another experiment here?

after you "ssh r...@testbox /tmp/test.{py,sh}" can you:

1) login to testbox, run pstree -p
2) run an strace -p pid_of_python_or_bash >strace_for_foo.out  (for each of the 
test.py and test.sh processes)
3) interrupt both scripts with Ctrl-C
4) repeat the above 1..3 using a sleep.py that is simply a while True: 
time.sleep(1) loop.

and attach the strace output for each here?

I'm looking for differences in what happens with signals delivered and 
processed by each.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9994>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to