variable tracking for assignment inside of def #192
Closed
Labels
Comments
Michael Bayer (@zzzeek) wrote: this is a likely patch which also cleans up "ident stack" a bit. |
Michael Bayer (@zzzeek) wrote: updated version generalizes names located within defs and fixes it for 2.4 as well. new test:
|
Michael Bayer (@zzzeek) wrote: and more:
however, make sure we distill these into test_ast.py as more test_locate_identifiers tests. |
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Michael Bayer (@zzzeek)
would rise "NameError: 's' is not defined"
Attachments: 192.2.patch | 192.patch
The text was updated successfully, but these errors were encountered: