[Python-checkins] [python/cpython] c97c19: [3.5] bpo-30065: Fixed arguments validation in _po...

GitHub noreply at github.com
Wed Apr 19 17:51:06 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: c97c1914f401359f2a7e6c8e0364e71ad9fb5bc8
      https://github.com/python/cpython/commit/c97c1914f401359f2a7e6c8e0364e71ad9fb5bc8
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
    M Lib/multiprocessing/util.py
    M Lib/subprocess.py
    M Lib/test/test_capi.py
    M Lib/test/test_subprocess.py
    M Modules/_posixsubprocess.c

  Log Message:
  -----------
  [3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1190)

(cherry picked from commit 66bffd1)




More information about the Python-checkins mailing list