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 theller
Recipients theller
Date 2007-08-28.06:01:57
SpamBayes Score 0.10782254
Marked as misclassified No
Message-id <1188280918.82.0.842547677227.issue1039@psf.upfronthosting.co.za>
In-reply-to
Content
In a windows debug build, an assertion is triggered when os.execvpe is
called with an empty argument list:

self.assertRaises(OSError, os.execvpe, 'no such app-', [], None)

The same problem is present in the trunk version.
Attached is a patch that fixes this, with a test.
Files
File name Uploaded
os.diff theller, 2007-08-28.06:01:58
History
Date User Action Args
2007-08-28 06:01:59thellersetspambayes_score: 0.107823 -> 0.10782254
recipients: + theller
2007-08-28 06:01:58thellersetspambayes_score: 0.107823 -> 0.107823
messageid: <1188280918.82.0.842547677227.issue1039@psf.upfronthosting.co.za>
2007-08-28 06:01:58thellerlinkissue1039 messages
2007-08-28 06:01:58thellercreate