]> granicus.if.org Git - python/commit
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
authorXiang Zhang <angwerzx@126.com>
Wed, 10 May 2017 10:19:41 +0000 (18:19 +0800)
committerGitHub <noreply@github.com>
Wed, 10 May 2017 10:19:41 +0000 (18:19 +0800)
commit2ddf5a19c3a06978edff2c8ba0aaf5df3528204a
tree8a4b6f0ae35ee772702912050fd252b9e360c482
parent305ccbe27ea5ba82fd2d8c32ec739f980e524330
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Doc/c-api/slice.rst
Objects/sliceobject.c
Python/ceval.c