##// END OF EJS Templates
Merge pull request #12473 from Carreau/t5x
Merge pull request #12473 from Carreau/t5x

File last commit:

r25918:65d8e78c
r25933:cd7c8628 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`