Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57044 > unrolled thread
| Started by | Марк Коренберг <socketpair@gmail.com> |
|---|---|
| First post | 2013-10-18 18:52 +0600 |
| Last post | 2013-10-18 15:53 -0300 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Multiprocessing: killing children when parent dies Марк Коренберг <socketpair@gmail.com> - 2013-10-18 18:52 +0600
Re: Multiprocessing: killing children when parent dies John Ladasky <john_ladasky@sbcglobal.net> - 2013-10-18 09:18 -0700
Re: Multiprocessing: killing children when parent dies Ricardo Aráoz <ricaraoz@gmail.com> - 2013-10-18 15:53 -0300
| From | Марк Коренберг <socketpair@gmail.com> |
|---|---|
| Date | 2013-10-18 18:52 +0600 |
| Subject | Multiprocessing: killing children when parent dies |
| Message-ID | <mailman.1222.1382100801.18130.python-list@python.org> |
import prctl prct.set_pdeathsig(.....) if os.getppid() == 1: raise AlreadyDead() -- Segmentation fault
[toc] | [next] | [standalone]
| From | John Ladasky <john_ladasky@sbcglobal.net> |
|---|---|
| Date | 2013-10-18 09:18 -0700 |
| Message-ID | <55b384ba-5029-40ad-8bb8-084300bd44a0@googlegroups.com> |
| In reply to | #57044 |
What a lovely thread title! And just in time for Halloween! :^)
[toc] | [prev] | [next] | [standalone]
| From | Ricardo Aráoz <ricaraoz@gmail.com> |
|---|---|
| Date | 2013-10-18 15:53 -0300 |
| Message-ID | <mailman.1241.1382122745.18130.python-list@python.org> |
| In reply to | #57064 |
El 18/10/13 13:18, John Ladasky escribió: > What a lovely thread title! And just in time for Halloween! :^) LOL Couldn't that be construed as "sexism"? Next we'll have a new long moronic thread about sexism and discrimination in mail subjects. Which will, as usual, leave a lot of satisfied egos and no result whatsoever.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web