Branch: refs/heads/master Home: https://github.com/python/cpython Commit: c8d6ab2e25ff212702d387e516e258b1d8c52910 https://github.com/python/cpython/commit/c8d6ab2e25ff212702d387e516e258b1d8c52910 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) Fix a regression introduced by myself in the commit 526b22657cb18fe79118c2ea68511aca09430c2c.