forked from VimPlug/jedi
Fix an issue with global stmts. They caused recursionerrors when used wrong. Fixes #610.
This commit is contained in:
@@ -26,7 +26,7 @@ from jedi.evaluate.cache import memoize_default
|
||||
from jedi.evaluate import imports
|
||||
|
||||
|
||||
MAX_PARAM_SEARCHES = 10
|
||||
MAX_PARAM_SEARCHES = 20
|
||||
|
||||
|
||||
class ParamListener(object):
|
||||
|
||||
Reference in New Issue
Block a user