mirror of
https://github.com/python/cpython.git
synced 2026-06-01 00:59:47 -04:00
db5860b7c7
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.