]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug introduced in rev. 46807 where variable was not declared at top of block.
authorBrett Cannon <bcannon@gmail.com>
Fri, 9 Jun 2006 22:49:31 +0000 (22:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 9 Jun 2006 22:49:31 +0000 (22:49 +0000)
commitfd827cb5502bdcf26f48ac8ff8a34960c0b035c8
tree29f1bd1a4e00373c87ded2ee12437c87fad5579b
parent7afe7fe14afc3e84f2c1e7b1f666b557860f430c
Fix bug introduced in rev. 46807 where variable was not declared at top of block.
Objects/abstract.c