mirror of
https://github.com/python/cpython.git
synced 2026-06-27 21:33:21 -04:00
c6d64cc60d
ass_subscript_slice() returned early when the computed slice length
was zero, bypassing validation performed for non-empty slices.
(cherry picked from commit fc9c4db130)
Co-authored-by: Jiseok CHOI <jiseok.dev@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.