serge-sans-paille / beniget

Extract semantic information about static Python code
BSD 3-Clause "New" or "Revised" License
69 stars 21 forks source link

Issue SyntaxError upon unbound nonlocal #97

Closed serge-sans-paille closed 5 months ago

serge-sans-paille commented 5 months ago

nonlocal cannot point at variables in the global scope

Fix #90