mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Fix opening contexts at the right position.
This commit is contained in:
@@ -44,3 +44,10 @@ except ZeroDivisionError:
|
||||
r'\n'
|
||||
r'\x'
|
||||
b'\n'
|
||||
|
||||
|
||||
a = 3
|
||||
|
||||
|
||||
def x(b=a):
|
||||
global a
|
||||
|
||||
Reference in New Issue
Block a user