mirror of
https://github.com/python/cpython.git
synced 2026-08-01 23:49:42 +08:00
ass_subscript_slice() returned early when the computed slice length was zero, bypassing validation performed for non-empty slices. (cherry picked from commit fc9c4db1302f8be7527e70cf0938b629985a1d72) Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>