]> granicus.if.org Git - python/commit
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
authorSteve Dower <steve.dower@microsoft.com>
Sun, 20 Nov 2016 02:53:19 +0000 (18:53 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 20 Nov 2016 02:53:19 +0000 (18:53 -0800)
commit859fd7bd7af90ce9a7f3a3184f2fce83013e0a96
tree96ffcf08c7c1ebf7b5f721da50c8d35c37771aff
parentc3630612ab4f53976d10db2e22855a5a853788da
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
Lib/test/test_os.py
Modules/posixmodule.c