]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
authorXiang Zhang <angwerzx@126.com>
Wed, 10 May 2017 11:20:28 +0000 (19:20 +0800)
committerGitHub <noreply@github.com>
Wed, 10 May 2017 11:20:28 +0000 (19:20 +0800)
commit05469fa1c05acf55bdca05db21822ecdd7f6487a
tree264e99b1b8d4f03b10f3667c597e8d9c9d16d465
parent88321413a719fa61eab2b9d33bc6a68826f562d2
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
Objects/sliceobject.c
Python/ceval.c