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 kbk
Recipients Pooja, kbk
Date 2008-01-23.22:37:39
SpamBayes Score 0.3553817
Marked as misclassified No
Message-id <1201127860.6.0.0481558112747.issue1599@psf.upfronthosting.co.za>
In-reply-to
Content
Does it fail for

foo.py:
 def foo():
   pass

>>> import os
>>> os.spawnv(os.P_NOWAIT, 
'foo.py', '')
5026
>>>
History
Date User Action Args
2008-01-23 22:37:40kbksetspambayes_score: 0.355382 -> 0.3553817
recipients: + kbk, Pooja
2008-01-23 22:37:40kbksetspambayes_score: 0.355382 -> 0.355382
messageid: <1201127860.6.0.0481558112747.issue1599@psf.upfronthosting.co.za>
2008-01-23 22:37:39kbklinkissue1599 messages
2008-01-23 22:37:39kbkcreate