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