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 clintonroy
Recipients
Date 2003-11-06.23:11:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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,
History
Date User Action Args
2007-08-23 14:18:09adminlinkissue837577 messages
2007-08-23 14:18:09admincreate