]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Jeremy's checkin 1.15:
authorThomas Wouters <thomas@python.org>
Wed, 23 May 2001 12:15:17 +0000 (12:15 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 23 May 2001 12:15:17 +0000 (12:15 +0000)
commit77307359bf7b3548828a7e7735f544ca4f273d40
tree39fdca5a0e70926342bc58ecfba81a52ac5ea73b
parentf7844d0623b050a01127649529d2022e5603c112
Backport Jeremy's checkin 1.15:

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.
Lib/test/test_scope.py