-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception ignored in: <function BaseEventLoop.__del__ ...> #451
Comments
wierd..... never seen that one before. Might be fixed by #439 |
In the meanwhile... does AREPL produce a log or something that I could send in to help understand the issue? |
I've also noticed that in:
the identifier |
No log. If you want, you could try different versions of python and see what happens.
No, not connected. The VSCode python extension doesn't like |
This might be fixed if you update AREPL to v3 :) If it's not fixed can you send me the code that reproduces the issue please? |
Hi, thank you for the update and for your work on AREPL! I’m not working with Python much at the moment, but when I get back to Python programming, I'll definitely let you know if I encounter the issue again. Thanks again for all your hard work! |
Bug:
A strange traceback is produced with syntactically correct Python code.
How to reproduce:
Sometimes I type in a syntactically valid Python code (which ends with
print(vars(myobj))
and the following traceback is produced. To get rid of the traceback, I just type any key (which makes the code syntactically incorrect), delete it with Backspace and whoa - the traceback disappears.Traceback:
Other Information (please complete the following information):
The text was updated successfully, but these errors were encountered: