]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 21 Apr 2017 23:48:11 +0000 (02:48 +0300)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 21 Apr 2017 23:48:11 +0000 (01:48 +0200)
commit1a5856bf9295fa73995898d576e0bedf016aee1f
tree32c1f6c2ad33c8374bc5753f520e609339962fd2
parenta36e939aeb3b5a2c56561eb24f0e339eee9f3f9d
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
Include/listobject.h
Include/setobject.h
Include/tupleobject.h
Objects/odictobject.c