[issue1599] IDLE hangs if os.spwanv command is given

Kurt B. Kaiser report at bugs.python.org
Fri Dec 28 05:58:35 CET 2007


New submission from Kurt B. Kaiser:

Worked for me on Arch GNU/Linux 
using IDLE 2.6a0.  What OS and 
Version 
are you running?  Does it fail for

foo.py:
 def foo():
   pass

>>> import os
>>> os.spawnv(os.P_NOWAIT, 
'foo.py', '')
5026
>>>

----------
assignee:  -> kbk
nosy: +kbk
priority:  -> normal
resolution:  -> works for me

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1599>
__________________________________


More information about the Python-bugs-list mailing list