mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-02 05:10:24 +08:00
Fix a globals context issue, fixes #1435
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
def something():
|
||||
global foo
|
||||
foo = 3
|
||||
Reference in New Issue
Block a user