[Python-checkins] [python/cpython] 1a5856: bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList...

GitHub noreply at github.com
Fri Apr 21 19:48:13 EDT 2017


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

  Changed paths:
    M Include/listobject.h
    M Include/setobject.h
    M Include/tupleobject.h
    M Objects/odictobject.c

  Log Message:
  -----------
  bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)




More information about the Python-checkins mailing list