You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
subprocess_exec/shell should always raise errors on invalid arguments, even if
"python -O" is used (when assertions are disabled).
And asyncio doesn't use buffered file objects for pipes, so the buffer size can
be fixed to 0. No need to pass bufsize to each function.
See attached patch.
Original issue reported on code.google.com by victor.s...@gmail.com on 29 Jan 2014 at 12:17