• Karel Koci's avatar
    subprocess: Use BUFSIZ in pipes read · 5a09ba46
    Karel Koci authored
    Instead of pretty small constant lets use system level compilation
    constant BUFSIZ. Thanks to that we should have buffer exactly matched to
    stdio buffer which should somewhat ensure better performance. It is
    minor thing but it is better to do it non the less.
    5a09ba46