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

Backport PR #10239 on branch 5.x #10240

Merged
merged 1 commit into from
Feb 3, 2017
Merged

Backport PR #10239 on branch 5.x #10240

merged 1 commit into from
Feb 3, 2017

Conversation

lumberbot-app[bot]
Copy link
Contributor

@lumberbot-app lumberbot-app bot commented Feb 3, 2017

Backport PR #10239: IPython/lib/editorhooks.py: wait for process even if wait=False

The wait parameter is meant to add a prompt before returning from
the hook for editors that exit immediatly (fork/CreateProcess) but
it accidently prevented waiting at all for the process when it was
False. I think it was meant to be not wait and proc.wait() but we
might as well wait for the process in the wait=True case anyhow. It's
less confusing.

It would be nice if this is backported to 5.x.

… if wait=False

The wait parameter is meant to add a prompt before returning from
the hook for editors that exit immediatly (fork/CreateProcess) but
it accidently prevented waiting at all for the process when it was
False. I think it was meant to be `not wait and proc.wait()` but we
might as well wait for the process in the `wait=True` case anyhow. It's
less confusing.

It would be nice if this is backported to 5.x.
@lumberbot-app lumberbot-app bot added this to the 5.3 milestone Feb 3, 2017
@takluyver takluyver merged commit b819394 into 5.x Feb 3, 2017
@takluyver takluyver deleted the auto-backport-of-pr-10239 branch February 3, 2017 15:22
@Carreau Carreau added the backported PR that have been backported by MrMeeseeks label Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported PR that have been backported by MrMeeseeks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants