-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
Error getting completion params for hashlib.blake2b
#1031
Comments
Summary: Just using the generic autocompletion cache seems fine. I also noticed a `RuntimeError` being occasionally thrown on completion: I've added a `catch` for that and filed an issue at davidhalter/jedi#1031. Reviewed By: pelmers Differential Revision: D6781655 fbshipit-source-id: 38cf49422632757001f07855736f4582f45e1546
Thanks for the detailed report. This is definitely not a known issue. It looks like I can even reproduce this one on linux. Let me investigate a bit. My first impression is that |
Fixed in the virtualenv branch. Might take a month or even a bit more until that one is released. Thanks for the report! |
I'm able to consistently reproduce a
RuntimeError
running this code with Python 3.6.2 on MacOS:There aren't any references to
_blake2b
in the actualhashlib.py
library code, so the error seems pretty unusual. Is this a known issue? Thanks!The text was updated successfully, but these errors were encountered: