]> granicus.if.org Git - python/commit
Added all PyTypeObjects to the appropriate header files.
authorChristian Heimes <christian@cheimes.de>
Thu, 29 Nov 2007 22:35:39 +0000 (22:35 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 29 Nov 2007 22:35:39 +0000 (22:35 +0000)
commita22e8bdfd92cd4f1bc3d60e91df6410c4efde6a0
tree8f865b488f65ff8bab485bafe1cdd8516a65c679
parent513b2ac76c1f56f5a6e0d07fee57d823819ee873
Added all PyTypeObjects to the appropriate header files.
Before the patch a lot of internal types weren't available in the header files. The patch exposes the new iterators, views and some other types to all C modules. I've also renamed some of the types and tp_names.
17 files changed:
Include/bytesobject.h
Include/descrobject.h
Include/dictobject.h
Include/iterobject.h
Include/listobject.h
Include/rangeobject.h
Include/setobject.h
Include/stringobject.h
Include/tupleobject.h
Include/unicodeobject.h
Objects/descrobject.c
Objects/dictobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/rangeobject.c
Objects/setobject.c
Objects/tupleobject.c