mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
fixed bug in recursion detection (not really a fix, I don't understand why this happens only in python3)
This commit is contained in:
@@ -10,6 +10,7 @@ sys.path.append('.')
|
||||
|
||||
from _compatibility import is_py25
|
||||
import api
|
||||
|
||||
#api.set_debug_function(api.debug.print_to_stdout)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user