This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients abo, astrand, dsagal, gjb1002, gvanrossum, nnorwitz, tom_culliton
Date 2007-11-27.22:24:22
SpamBayes Score 0.13673551
Marked as misclassified No
Message-id <1196202262.82.0.00996419099839.issue1731717@psf.upfronthosting.co.za>
In-reply-to
Content
> Looking at the subprocess.py code it occurred to me that it never
> checks if the value of self.pid returned by os.fork is -1

What makes you think os.fork(0 can return -1? It's not C you know...
History
Date User Action Args
2007-11-27 22:24:22gvanrossumsetspambayes_score: 0.136736 -> 0.13673551
recipients: + gvanrossum, nnorwitz, abo, astrand, gjb1002, dsagal, tom_culliton
2007-11-27 22:24:22gvanrossumsetspambayes_score: 0.136736 -> 0.136736
messageid: <1196202262.82.0.00996419099839.issue1731717@psf.upfronthosting.co.za>
2007-11-27 22:24:22gvanrossumlinkissue1731717 messages
2007-11-27 22:24:22gvanrossumcreate