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 sandberg
Recipients sandberg
Date 2009-03-13.16:34:19
SpamBayes Score 0.0029106585
Marked as misclassified No
Message-id <1236962061.06.0.901035048209.issue5484@psf.upfronthosting.co.za>
In-reply-to
Content
I have narrowed down the problem further: The same error happens with
the following code:

import win32process
win32process.CreateProcess(None, 'f(o.bat', None, None, 1, 0, None,
None, win32process.STARTUPINFO())
History
Date User Action Args
2009-03-13 16:34:21sandbergsetrecipients: + sandberg
2009-03-13 16:34:21sandbergsetmessageid: <1236962061.06.0.901035048209.issue5484@psf.upfronthosting.co.za>
2009-03-13 16:34:19sandberglinkissue5484 messages
2009-03-13 16:34:19sandbergcreate