Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16154
| References | <4ecdba0c$0$30003$c3e8da3$5496439d@news.astraweb.com> <mailman.2989.1322108547.27778.python-list@python.org> <4ecde605$0$30003$c3e8da3$5496439d@news.astraweb.com> |
|---|---|
| Date | 2011-11-24 19:12 +1100 |
| Subject | Re: Capturing SIGSTOP |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2997.1322122336.27778.python-list@python.org> (permalink) |
On Thu, Nov 24, 2011 at 5:36 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > os.kill(os.getpid(), signal.SIGSTOP) # Hit myself with a brick. > Sometimes there'll be a raise() function but it's going to do the same thing. Yep, that would be the way to do it. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Capturing SIGSTOP Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-24 03:29 +0000
Re: Capturing SIGSTOP Chris Angelico <rosuav@gmail.com> - 2011-11-24 15:22 +1100
Re: Capturing SIGSTOP Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-24 06:36 +0000
Re: Capturing SIGSTOP Chris Angelico <rosuav@gmail.com> - 2011-11-24 19:12 +1100
Re: Capturing SIGSTOP Chris Angelico <rosuav@gmail.com> - 2011-11-24 19:15 +1100
csiph-web