[Python-checkins] [python/cpython] c26b19: Expand the PySlice_GetIndicesEx macro. (#1023) (#1...

GitHub noreply at github.com
Sat Apr 8 04:18:15 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: c26b19d5c7aba51b50a4d7fb5f8291036cb9da24
      https://github.com/python/cpython/commit/c26b19d5c7aba51b50a4d7fb5f8291036cb9da24
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

  Changed paths:
    M Modules/_ctypes/_ctypes.c
    M Modules/_elementtree.c
    M Modules/_testbuffer.c
    M Modules/arraymodule.c
    M Modules/mmapmodule.c
    M Objects/bytearrayobject.c
    M Objects/bytesobject.c
    M Objects/listobject.c
    M Objects/memoryobject.c
    M Objects/tupleobject.c
    M Objects/unicodeobject.c

  Log Message:
  -----------
  Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)

(cherry picked from commit b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8)




More information about the Python-checkins mailing list