]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 15 Apr 2017 17:11:12 +0000 (20:11 +0300)
committerGitHub <noreply@github.com>
Sat, 15 Apr 2017 17:11:12 +0000 (20:11 +0300)
commit5e79321742cb3af2184d22e2148c6756cade1864
treede3013359d0b400cbc74dbf23a680ebd1694b508
parent50f948edda0e6465e194ecc50b85fa2646039b8d
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)

PySlice_GetIndicesEx in _ctypes.c.
12 files changed:
Modules/_ctypes/_ctypes.c
Modules/_elementtree.c
Modules/arraymodule.c
Modules/mmapmodule.c
Objects/bytearrayobject.c
Objects/listobject.c
Objects/memoryobject.c
Objects/sliceobject.c
Objects/stringobject.c
Objects/structseq.c
Objects/tupleobject.c
Objects/unicodeobject.c