]> granicus.if.org Git - python/commit
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stabl...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Apr 2012 22:04:20 +0000 (00:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Apr 2012 22:04:20 +0000 (00:04 +0200)
commita701388de1135241b5a8e4c970e06c0e83a66dc0
tree5faf9071aa6fd65c55424f1e5851bce8634a1bb7
parentd4dc6dc9e7e1fc1708c243b308a27e2faf59a3ea
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
13 files changed:
Include/iterobject.h
Include/object.h
Modules/arraymodule.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/dictobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/object.c
Objects/rangeobject.c
Objects/setobject.c
Objects/tupleobject.c
Objects/unicodeobject.c