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 sarum9in
Recipients sarum9in
Date 2012-08-28.13:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346159030.18.0.947370235022.issue15798@psf.upfronthosting.co.za>
In-reply-to
Content
System info:
kernel: 3.4.8-1-ARCH
dist: Arch linux
python: 3.2.3

subprocess.Popen() fails if python interpreter is started with closed 0, 1 or 2 descriptor.

Traceback (most recent call last):
  File "<string>", line 14, in <module>
  File "/usr/lib/python3.2/subprocess.py", line 745, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.2/subprocess.py", line 1197, in _execute_child
    restore_signals, start_new_session, preexec_fn)
ValueError: errpipe_write must be >= 3
History
Date User Action Args
2012-08-28 13:03:50sarum9insetrecipients: + sarum9in
2012-08-28 13:03:50sarum9insetmessageid: <1346159030.18.0.947370235022.issue15798@psf.upfronthosting.co.za>
2012-08-28 13:03:49sarum9inlinkissue15798 messages
2012-08-28 13:03:49sarum9increate