Message298218
| Author |
vstinner |
| Recipients |
benjamin.peterson, georg.brandl, larry, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware |
| Date |
2017年07月12日.13:36:34 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1499866594.88.0.707856199175.issue30730@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I rebased my "[3.4] Backport CI config from master" PR #2475 on top of 3.4 to test the new security fixes, but a few test_subprocess tests failed:
https://github.com/python/cpython/pull/2475
https://travis-ci.org/python/cpython/jobs/252804589
======================================================================
ERROR: test_invalid_cmd (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/python/cpython/Lib/test/test_subprocess.py", line 613, in test_invalid_cmd
subprocess.Popen([cmd, "-c", "pass"])
File "/home/travis/build/python/cpython/Lib/subprocess.py", line 856, in __init__
restore_signals, start_new_session)
File "/home/travis/build/python/cpython/Lib/subprocess.py", line 1402, in _execute_child
restore_signals, start_new_session, preexec_fn)
TypeError: expected bytes with no null |
|