We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to invoke completion in the following case:
from PyQt5.QtWidgets import Q[invoke completion here]
The following error is happens:
deferred error : (error "\"RuntimeError('wrapped C/C++ object of type QApplication has been deleted',)\"")
Initially I thought this was a jedi issue, but I tried this from the python command line, which worked, so I assume it's related to emacs.
The text was updated successfully, but these errors were encountered:
Could you please try out the latest master to see if the issue persists. If it does, please provide a full script to reproduce the failure.
Sorry, something went wrong.
No branches or pull requests
When trying to invoke completion in the following case:
The following error is happens:
Initially I thought this was a jedi issue, but I tried this from the python command line, which worked, so I assume it's related to emacs.
The text was updated successfully, but these errors were encountered: