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 pdb in the child process by ensuring stdin is fd 0 #15

Merged
merged 1 commit into from
Mar 8, 2017

Commits on Mar 8, 2017

  1. fix pdb in the child process by ensuring stdin is fd 0

    Python's input() builtin will only use readline support if the stdin fd
    matches the one the process started with (0 on unix systems). This patch
    restores the duped fd onto fd 0 after multiprocessing closed the
    original copy.
    mmerickel committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    bb93520 View commit details
    Browse the repository at this point in the history