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 tom_culliton
Recipients abo, astrand, dsagal, gjb1002, gvanrossum, nnorwitz, tom_culliton
Date 2007-11-27.22:33:43
SpamBayes Score 0.018914869
Marked as misclassified No
Message-id <474C9AFC.4020803@oracle.com>
In-reply-to <1196202262.82.0.00996419099839.issue1731717@psf.upfronthosting.co.za>
Content
Good question.  The documentation I was reading was mute on the subject 
so I made a "reasonable" guess.  Does it throw an exception instead?

Guido van Rossum wrote:
> Guido van Rossum added the comment:
>
>   
>> 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...
>
> _____________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1731717>
> _____________________________________
>
History
Date User Action Args
2007-11-27 22:33:43tom_cullitonsetspambayes_score: 0.0189149 -> 0.018914869
recipients: + tom_culliton, gvanrossum, nnorwitz, abo, astrand, gjb1002, dsagal
2007-11-27 22:33:43tom_cullitonlinkissue1731717 messages
2007-11-27 22:33:43tom_cullitoncreate