mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
255a3d08a1
to cover the case for: "x,y,z=1,2,3". Gives a 30% speed-up. Also, added FOR_ITER to the list of opcodes that can jump.