commit | db5860b7c71e4f65f347464933b6dacc303b3a74 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Jul 17 05:00:52 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Jul 17 05:00:52 2004 +0000 |
tree | 04b71c76f2a79e03a2d3eaea6406e018a4483957 | |
parent | 8ff9f9f4aa8b26bcc7ace687f796b7cddb9a659b [diff] |
optimize_code(): Repaired gross error in new special-casing for None. The preceding case statement was missing a terminating "break" stmt, so fell into the new code by mistake. This caused uncaught out-of-bounds accesses to the "names" tuple, leading to a variety of insane behaviors.