mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
found the memory-critical pieces. also removed old debug code
This commit is contained in:
@@ -75,7 +75,8 @@ def clear_caches():
|
||||
for m in memoize_caches:
|
||||
m.clear()
|
||||
|
||||
memoize_caches = []
|
||||
# memorize_caches must never be deleted, because the dicts will get lost in
|
||||
# the wrappers.
|
||||
statement_path = []
|
||||
faked_scopes = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user