Artur Augustyniak
Artur Augustyniak
Yes, other code packages often interfere with the event loop by closing it, it is not a problem of the vt-py itself. However, it seems to me that it could...
Sure, you're right, of course. I am not reporting the error in vt-py. It's a suggestion based on my experience. Unfortunately many libraries implement such protective measures, because in environments...
By the end of the week I'll dig out my patches, make them civilized, and do a pull request. From what I remember, I decided to detect the state of...
Ok, now I remember. The whole point is that when the event loop is only closed but exists then get_event_loop does not throw a runtime exception. In an environment like...