]> granicus.if.org Git - python/commit
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Apr 2017 08:48:57 +0000 (11:48 +0300)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2017 08:48:57 +0000 (11:48 +0300)
commite41390aca51e4e3eb455cf3b70f5d656a2814db9
treee90f8b0b47ec38d5dc7871b4e5b0f944c46473a4
parent7f85947106aff5b1f166a57f644f987db4d38bf0
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)

(cherry picked from commit b879fe8)
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