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

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


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: fa25f16a4499178d7d79c18d2d68be7f70594106
      https://github.com/python/cpython/commit/fa25f16a4499178d7d79c18d2d68be7f70594106
  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) (#1045)

(cherry picked from commit b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8)




More information about the Python-checkins mailing list