Files
cpython/Python/compile.c
Thomas Wouters f7844d0623 Backport Jeremy's checkin 2.198:
Fix 2.1 nested scopes crash reported by Evan Simpson

The new test case demonstrates the bug.  Be more careful in
symtable_resolve_free() to add a var to cells or frees only if it
won't be added under some other rule.

XXX Add new assertion that will catch this bug.
2001-05-23 12:11:35 +00:00

119 KiB