[Python-checkins] [python/cpython] c472fb: bpo-30602: Fix lastarg in os.spawnve() (#2287) (#2...

GitHub noreply at github.com
Fri Jun 23 09:21:25 EDT 2017


  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 (Fri, 23 Jun 2017)

  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)




More information about the Python-checkins mailing list