]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Jun 2017 13:21:24 +0000 (15:21 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2017 13:21:24 +0000 (15:21 +0200)
commitc472fb6b2744b36c7a0823c20e0d5ac9be3ea623
treedf8eed86734facb6a294557acc305160bfeeb798
parentc1d5345679eaa5fccd719b1c130140eecc8ba4c8
bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357)

Fix a regression introduced by myself in the commit
526b22657cb18fe79118c2ea68511aca09430c2c.
(cherry picked from commit c8d6ab2e25ff212702d387e516e258b1d8c52910)
Modules/posixmodule.c