[Python-checkins] [python/cpython] 66bffd: bpo-30065: Fixed arguments validation in _posixsub...

GitHub noreply at github.com
Wed Apr 19 14:12:47 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 66bffd1663489d080349debbf1b472d432351038
      https://github.com/python/cpython/commit/66bffd1663489d080349debbf1b472d432351038
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-19 (Wed, 19 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:
  -----------
  bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)




More information about the Python-checkins mailing list