##// END OF EJS Templates
Fix DeprecationWarning: There is no current event loop...
Fix DeprecationWarning: There is no current event loop Fix: ``` /Users/redacted/.asdf/installs/python/3.10.0/lib/python3.10/site-packages/IPython/terminal/interactiveshell.py:464: DeprecationWarning: There is no current event loop old_loop = asyncio.get_event_loop() ``` Per https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop this method is deprecated and get_running_loop is preferred over this method moving forward. As IPython requires 3.7+ now, this can be updated
Kevin Kirsche -
r27030:dfa68316
Show More
Name Size Modified Last Commit Author
/ tools / tests / embed
embed1.py Loading ...
embed2.py Loading ...
embed3.py Loading ...
embed_flufl.py Loading ...
embed_no_flufl.py Loading ...