Issue1039
Created on 2007-08-28 06:01 by theller, last changed 2007-08-30 17:15 by theller.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
os.diff
|
theller,
2007-08-28 06:01
|
|
|
|
|
msg55350 - (view) |
Author: Thomas Heller (theller) |
Date: 2007-08-28 06:01 |
|
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.
|
|
msg55439 - (view) |
Author: Guido van Rossum (gvanrossum) |
Date: 2007-08-29 20:47 |
|
If it works for you, can you submit it?
|
|
msg55492 - (view) |
Author: Thomas Heller (theller) |
Date: 2007-08-30 17:15 |
|
Applied in rev. 57731.
|
|
| Date |
User |
Action |
Args |
| 2007-08-30 17:15:43 | theller | set | status: open -> closed resolution: accepted -> fixed messages:
+ msg55492 |
| 2007-08-30 15:34:30 | loewis | set | resolution: accepted |
| 2007-08-29 20:47:30 | gvanrossum | set | assignee: theller messages:
+ msg55439 nosy:
+ gvanrossum |
| 2007-08-28 06:01:58 | theller | create | |
|