Hello,
Ever since spyder 3.3.3 / spyder-kernels 0.4.2 update asyncio
is no longer working when automatic out is enabled for graphs.
Here is a basic example:
import asyncio
import nest_asyncio
nest_asyncio.apply()
async def main():
await asyncio.sleep(1)
print('hello world')
loop=asyncio.get_event_loop()
loop.run_until_complete(main())
When running this script, the code will block without throwing an exception.
With spyder 3.3.2/spyder kernels 0.2.6 everything is working fine.
I am using ipython 7.2.0.
Thank you for your help.
Greg
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.