Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c472fb6b2744b36c7a0823c20e0d5ac9be3ea623 https://github.com/python/cpython/commit/c472fb6b2744b36c7a0823c20e0d5ac9be3ea623 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月23日 (2017年6月23日) Changed paths: M Modules/posixmodule.c Log Message: ----------- bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2357) Fix a regression introduced by myself in the commit 526b22657cb18fe79118c2ea68511aca09430c2c. (cherry picked from commit c8d6ab2e25ff212702d387e516e258b1d8c52910)