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

Prefilter shouldn't touch execution_count #2783

Merged

Conversation

takluyver
Copy link
Member

Having gone through the various things that can call it, I'm pretty sure that there's no need for prefilter to be modifying the execution/prompt counter. And in testing, I can't construct an example that hits this bit of code.

If we agree on this, it supersedes #2623.

@bfroehle
Copy link
Contributor

My testing pointed in this direction as well, but I also couldn't construct an example that hit this bit of code.

@ellisonbg
Copy link
Member

This is probably leftover from really long ago. If both of you have tested this, I would go ahead and merge.

@takluyver
Copy link
Member Author

Thanks, I'll do that.

takluyver added a commit that referenced this pull request Jan 14, 2013
…n-count

Prefilter shouldn't touch execution_count
@takluyver takluyver merged commit c004aa6 into ipython:master Jan 14, 2013
minrk added a commit that referenced this pull request Mar 5, 2013
Having gone through the various things that can call it, I'm pretty sure that there's no need for prefilter to be modifying the execution/prompt counter. And in testing, I can't construct an example that hits this bit of code.

If we agree on this, it supersedes #2623.
@takluyver takluyver mentioned this pull request Mar 23, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
…xecution-count

Prefilter shouldn't touch execution_count
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.

None yet

3 participants