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 grante
Recipients
Date 2007-04-18.19:20:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I _think_ this traceback from a program running under Pythonw 2.4.3 Enthought Edition on WinXP is caused by the same underlying bug (in this case, stdin was set to PIPE, and stdout/stderr were both left to default):

     File "subprocess.pyc", line 533, in __init__
     File "subprocess.pyc", line 607, in _get_handles
     File "subprocess.pyc", line 634, in _make_inheritable
   WindowsError: [Errno 6] The handle is invalid

History
Date User Action Args
2007-08-23 14:29:37adminlinkissue1124861 messages
2007-08-23 14:29:37admincreate