##// END OF EJS Templates
Merge pull request #12955 from Sammyalhashe/changeRunCellAsync_toUseSameCompiler...
Paul Ivanov -
r26550:e37bc7af merge
parent child Browse files
Show More
@@ -3139,9 +3139,7 b' class InteractiveShell(SingletonConfigurable):'
3139 _run_async = False
3139 _run_async = False
3140
3140
3141 with self.builtin_trap:
3141 with self.builtin_trap:
3142 cell_name = self.compile.cache(
3142 cell_name = compiler.cache(cell, self.execution_count, raw_code=raw_cell)
3143 cell, self.execution_count, raw_code=raw_cell
3144 )
3145
3143
3146 with self.display_trap:
3144 with self.display_trap:
3147 # Compile to bytecode
3145 # Compile to bytecode
General Comments 0
You need to be logged in to leave comments. Login now