]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Forbid an empty argument list in execv call.
authorThomas Heller <theller@ctypes.org>
Thu, 30 Aug 2007 17:15:14 +0000 (17:15 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 30 Aug 2007 17:15:14 +0000 (17:15 +0000)
commit6790d606ffb44b24129552fca5418c0d408aac05
tree331d90466a778e38e21a1aa50efd603a76e4fbeb
parent8a7c866e18d12c9a666b556153555dc98c3f3f68
Forbid an empty argument list in execv call.

Fixes issue 1039.
Lib/test/test_os.py
Modules/posixmodule.c