commit | db9e20f41802c104d688002af22a090b60a656b4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jul 10 01:06:53 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jul 10 01:06:53 1997 +0000 |
tree | a481a930c09abf5efc11ae7c740c5b19e2cef8e2 | |
parent | 475d51d7b249a87a2e636ecae25456c30a7b57b3 [diff] |
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.