[Python-checkins] [python/cpython] 5e7932: bpo-30074: Fix compile warnings of _PySlice_Unpack...

GitHub noreply at github.com
Sat Apr 15 13:11:13 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 5e79321742cb3af2184d22e2148c6756cade1864
      https://github.com/python/cpython/commit/5e79321742cb3af2184d22e2148c6756cade1864
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-15 (Sat, 15 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-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)

PySlice_GetIndicesEx in _ctypes.c.




More information about the Python-checkins mailing list