[issue8036] Interpreter crashes on invalid arg to spawnl on Windows

Vetoshkin Nikita report at bugs.python.org
Fri Mar 11 13:54:02 CET 2011


Vetoshkin Nikita <nikita.vetoshkin at gmail.com> added the comment:

Attached first attempt to close this issue. Are there enough checks? It passes:
os.spawnl(os.P_WAIT, '')
os.spawnl(os.P_WAIT, 'path')
os.spawnl(os.P_WAIT, 'path', '')

----------
keywords: +patch
nosy: +nvetoshkin
Added file: http://bugs.python.org/file21080/issue8036_0.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8036>
_______________________________________


More information about the Python-bugs-list mailing list