Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cmd): fixed deadlock when stderr buffer overflow #357

Merged
merged 1 commit into from Oct 15, 2015

Commits on Oct 15, 2015

  1. fix(cmd): fixed deadlock when stderr buffer overflow

    Fixed deadlock when using stderr=PIPE in Popen and Git generates enough
    output to a pipe such that it blocks waiting for the OS pipe buffer to
    accept more data (see
    https://docs.python.org/2/library/subprocess.html#subprocess.Popen.wait)
    rikdev authored and Рябченко Иван Константинович committed Oct 15, 2015
You can’t perform that action at this time.