[Python-checkins] [python/cpython] e41390: bpo-27867: Expand the PySlice_GetIndicesEx macro. ...

GitHub noreply at github.com
Sat Apr 8 04:48:59 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: e41390aca51e4e3eb455cf3b70f5d656a2814db9
      https://github.com/python/cpython/commit/e41390aca51e4e3eb455cf3b70f5d656a2814db9
  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/arraymodule.c
    M Modules/mmapmodule.c
    M Objects/bytearrayobject.c
    M Objects/listobject.c
    M Objects/memoryobject.c
    M Objects/sliceobject.c
    M Objects/stringobject.c
    M Objects/structseq.c
    M Objects/tupleobject.c
    M Objects/unicodeobject.c

  Log Message:
  -----------
  bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)

(cherry picked from commit b879fe8)




More information about the Python-checkins mailing list