-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: generate fresh identifiers when typechecking values
If we have a list of list of x, then the index variable 'x' in our for loops clash, messing everything up. We need to generate a fresh index variable each time. Signed-off-by: David Scott <[email protected]>
- Loading branch information
David Scott
committed
Jul 15, 2015
1 parent
2481139
commit 2e6ebe9
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters