[ python-Bugs-1543469 ] test_subprocess fails on cygwin

SourceForge.net noreply at sourceforge.net
Mon Jan 22 20:32:25 CET 2007


Bugs item #1543469, was opened at 2006-08-20 15:22
Message generated for change (Comment added) made by astrand
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1543469&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Miki Tebeka (tebeka)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_subprocess fails on cygwin

Initial Comment:
This is RC1.

test_subprocess fails. IMO due to the fact that there
is a directory called "Python" in the python source
directory.

The fix should be that sys.executable will return the
name with the '.exe' suffix on cygwin.

Attached log of running the test.

----------------------------------------------------------------------

>Comment By: Peter Åstrand (astrand)
Date: 2007-01-22 20:32

Message:
Logged In: YES 
user_id=344921
Originator: NO

Since this is not a subprocess bug per se, I'm letting someone else take
care of this one.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-08-21 10:07

Message:
Logged In: NO 

Attached a patch, test_subprocess now passes.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-08-21 04:15

Message:
Logged In: YES 
user_id=33168

Cygwin recently changed their behaviour.  I have an
outstanding hack to fix this.  Patches would help get things
fixed up.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1543469&group_id=5470


More information about the Python-bugs-list mailing list