]> granicus.if.org Git - python/commit
Fix bug reported by Just: anonymous arguments used for tuples should
authorGuido van Rossum <guido@python.org>
Thu, 10 Jul 1997 01:06:53 +0000 (01:06 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Jul 1997 01:06:53 +0000 (01:06 +0000)
commitdb9e20f41802c104d688002af22a090b60a656b4
treea481a930c09abf5efc11ae7c740c5b19e2cef8e2
parent475d51d7b249a87a2e636ecae25456c30a7b57b3
Fix bug reported by Just: anonymous arguments used for tuples should
have a unique name, otherwise they get squished by locals2fast (or
fast2locals, I dunno) when the debugger is invoked before they have
been transferred to real locals.
Python/compile.c