##// END OF EJS Templates
Backport PR #2783: Prefilter shouldn't touch execution_count...
Backport PR #2783: Prefilter shouldn't touch execution_count 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.
MinRK -
r9858:1d9f2d9e
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / terminal / console
tests
__init__.py Loading ...
app.py Loading ...
completer.py Loading ...
interactiveshell.py Loading ...