]> granicus.if.org Git - python/commit
bpo-30602: Fix lastarg in os.spawnve() (#2287)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Jun 2017 13:04:46 +0000 (15:04 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2017 13:04:46 +0000 (15:04 +0200)
commitc8d6ab2e25ff212702d387e516e258b1d8c52910
treea4153c70f427f7cb3da43881531f24251f6fa63d
parent87c65550730a8f85ce339ba197bce4fb7e836619
bpo-30602: Fix lastarg in os.spawnve() (#2287)

Fix a regression introduced by myself in the commit
526b22657cb18fe79118c2ea68511aca09430c2c.
Modules/posixmodule.c