[ python-Bugs-837577 ] cryptic os.spawnvpe() return code

SourceForge.net noreply at sourceforge.net
Mon Feb 20 19:32:57 CET 2006


Bugs item #837577, was opened at 2003-11-06 23:11
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=837577&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: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Clinton Roy (clintonroy)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: cryptic os.spawnvpe() return code 

Initial Comment:
Hellos,

If a non string value is passed along in an environment
mapping to os.spawnvpe() it cryptically returns 127,
which doesn't help discover the problem at all.

I think an exception should be raised, much like
attempting to set something in os.environ to a non string.

thanks,

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-02-20 18:32

Message:
Logged In: YES 
user_id=849994

This is hard to fix because of backwards compatibility. Neal?

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

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


More information about the Python-bugs-list mailing list