##// END OF EJS Templates
Merge pull request #12440 from Carreau/intputt
Merge pull request #12440 from Carreau/intputt

File last commit:

r25918:65d8e78c
r25922:8c3dc03f merge
Show More
transformer-call.rst
5 lines | 510 B | text/x-rst | RstLexer

Input transformers are now called only once in the execution path of InteractiveShell, allowing to register transformer that potentially have side effects (note that this is not recommended). should_run_async, and run_cell_async now take a recommended optional transformed_cell, and preprocessing_exc_tuple parameters that will become mandatory at some point in the future; that is to say cells need to be explicitly transformed to be valid Python syntax ahead of trying to run them. :ghpull:`12440`