]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport bugfixes since rev 1.5 from the trunk.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 18 Dec 2001 00:00:15 +0000 (00:00 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 18 Dec 2001 00:00:15 +0000 (00:00 +0000)
commit317acd0308a4f539add7660b376b44554af7e28f
tree987b81bd8a3e02d262e9427f476e4e70f3d417a7
parent2dfc9a3add2424c7d903a889ac9ab33c47f9ce76
Backport bugfixes since rev 1.5 from the trunk.

Fix for sibling nodes that define the same free variable, rev. 1.6.
Handle private names, rev. 1.7.
Fix bug in handling of statements like "l[x:y] = 2", reb. 1.8.
Fix symbol problem with slice assignment, rev. 1.9.
Tools/compiler/compiler/symbols.py