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

GitHub noreply at github.com
Sat Apr 8 02:53:53 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8
      https://github.com/python/cpython/commit/b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8
  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)




More information about the Python-checkins mailing list