subprocess and PPID

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Thu Nov 6 05:09:26 EST 2008


In message <geu8k4$ceo$1 at nnrp-beta.newsland.it>, Michele Petrazzo wrote:

> Lawrence D'Oliveiro wrote:
>
>> See the prctl(2) man page.
> 
> Just seen. It can be, bust since I cannot modify the child process and
> this syscall must be called from the child, I cannot use it.

You do the fork and then the exec, right? So do the prctl in-between.



More information about the Python-list mailing list