Closed ghost closed 8 years ago
Thank you for the report. I will take a look in a week or so.
Thank you Yamamoto! Let me know. I'll try it again to confirm if the bug was fixed on my side.
This happens since Python 3.4.3 when they changed asyncio someway. https://bugs.python.org/issue23548
A design issue difficult for libraries like passh...
Asyncio programs are responsible to close the event loop by themselves.
For non-asyncio programs, passh should create and use a dedicated event loop
by asyncio.new_event_loop
?
@Asher256 Could you try the new version?
I'm going to try it and let you know.
It works Yamamoto ! Thank you for the fix !
:+1:
Hi,
When i tried passh, it worked, but the Python code raised an exception:
Any idea why this exception was raised?
Have a nice day.
Cheers, Asher256