You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Fixes#877.
Limit the size of exact collections to 1000 items (when they are created from the expressions). This is set high in order to not affect potentially large `__all__` definitions.
probablepeople has a dictionary with more than 150,000 key/value pairs, which takes a very long time to process; 1000 doesn't take very long.
jakebailey
added a commit
to jakebailey/python-language-server
that referenced
this issue
Nov 1, 2019
Fixesmicrosoft#877.
Limit the size of exact collections to 1000 items (when they are created from the expressions). This is set high in order to not affect potentially large `__all__` definitions.
probablepeople has a dictionary with more than 150,000 key/value pairs, which takes a very long time to process; 1000 doesn't take very long.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@jakebailey figured out that this is caused by the large number of dictionary entries in that library
The text was updated successfully, but these errors were encountered: