commit | ff5bc50bb0f12d5203173c7ee6840cc77a3bbe7a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Mar 21 15:12:00 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Mar 21 15:12:00 2004 +0000 |
tree | 5cadf3ca6b87f4fcd1c60cf145c2dc7031b4122f | |
parent | 8b6cc2e7f29d15c1aa6524f6f84fa8e6cb1a50e6 [diff] |
Improve byte coding for multiple assignments. Gives 30% speedup on "a,b=1,2" and 25% on "a,b,c=1,2,3".