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