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 kaizhu
Recipients kaizhu
Date 2011-01-02.00:07:46
SpamBayes Score 1.1324608e-10
Marked as misclassified No
Message-id <1293926870.23.0.886180589728.issue10802@psf.upfronthosting.co.za>
In-reply-to
Content
i have 2 debian i386 unstable distros.
1) python3.2 (latest hg) running under vps @ linode.com seems ok
2) python3.2 (latest hg) running under colinux (in windows xp) breaks

*NOTE
3) python3.2 (release b2) works fine under colinux

public@colinux: python3.2
Python 3.2b2+ (py3k, Jan  1 2011, 17:42:23)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>> subprocess.Popen('ls')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/public/i486-pc-linux-gnu/lib/python3.2/subprocess.py", line 708, in __init__
    restore_signals, start_new_session)
  File "/home/public/i486-pc-linux-gnu/lib/python3.2/subprocess.py", line 1136, in _execute_child
    errpipe_read, errpipe_write = _create_pipe()
OSError: [Errno 38] Function not implemented
>>>
History
Date User Action Args
2011-01-02 00:07:50kaizhusetrecipients: + kaizhu
2011-01-02 00:07:50kaizhusetmessageid: <1293926870.23.0.886180589728.issue10802@psf.upfronthosting.co.za>
2011-01-02 00:07:47kaizhulinkissue10802 messages
2011-01-02 00:07:46kaizhucreate