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

Avoid calling the input transformer twice in the execution stack. #12440

Merged
merged 2 commits into from
Jul 23, 2020

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Jul 14, 2020

This should allow to register input transformers that have side effects,
at least in Notebooks. Right now there are sill multiple calls which
may happen in the terminal on execution requests.

This should allow to register input transformers that have side effects,
at least in Notebooks. Right now there are sill multiple calls which
may happen in the terminal on execution requests.
@Carreau Carreau merged commit 8c3dc03 into ipython:master Jul 23, 2020
@Carreau Carreau deleted the intputt branch July 23, 2020 22:06
@Carreau Carreau added this to the 7.17 milestone Jul 23, 2020
@Carreau
Copy link
Member Author

Carreau commented Jul 23, 2020

@meeseeksdev backport to 7.x

meeseeksmachine pushed a commit to meeseeksmachine/ipython that referenced this pull request Jul 23, 2020
Carreau added a commit that referenced this pull request Jul 23, 2020
…440-on-7.x

Backport PR #12440 on branch 7.x (Avoid calling the input transformer twice in the execution stack.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant