diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 8230a01..0f6e3a8 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -3164,6 +3164,7 @@ class InteractiveShell(SingletonConfigurable): return eval(code_obj, user_ns) + @asyncio.coroutine def run_code(self, code_obj, result=None, *, async_=False): """Execute a code object.