Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 98b49a00d413972965044fd355be3b8482caa07c https://github.com/python/cpython/commit/98b49a00d413972965044fd355be3b8482caa07c Author: Xiang Zhang <angwerzx at 126.com> Date: 2017年05月10日 (2017年5月10日) Changed paths: M Objects/sliceobject.c M Python/ceval.c Log Message: ----------- bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529)