##// END OF EJS Templates
Patch stdout in interactive shell...
Patch stdout in interactive shell Now that https://github.com/jonathanslenders/python-prompt-toolkit/issues/507 and https://github.com/jonathanslenders/python-prompt-toolkit/pull/520 are fixed and released in prompt_toolkit>=1.0.15, using patch_stdout_context fixes the prompt and completers when background threads are writing to stdout.

File last commit:

r23376:60805a7b
r23950:3354940e
Show More
magic-run-bug-fix.md
1 line | 122 B | text/x-minidsrc | MarkdownLexer

Make %run -n -i ... work correctly. Earlier, if %run was passed both arguments, -n would be silently ignored.