]> granicus.if.org Git - python/commit
Remove unnecessary casts in type object initializers.
authorGeorg Brandl <georg@python.org>
Thu, 30 Mar 2006 11:57:00 +0000 (11:57 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 30 Mar 2006 11:57:00 +0000 (11:57 +0000)
commit347b30042b68e80b245a03b23cb616024ecb1f1e
tree56c43f8b23f0ec425aa3c122b5b7eca975770e62
parent3987df5adf6ce821a290bd6e741fbcd8e0589fd8
Remove unnecessary casts in type object initializers.
20 files changed:
Objects/boolobject.c
Objects/classobject.c
Objects/cobject.c
Objects/complexobject.c
Objects/descrobject.c
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/iterobject.c
Objects/longobject.c
Objects/object.c
Objects/rangeobject.c
Objects/setobject.c
Objects/sliceobject.c
Objects/stringobject.c
Objects/structseq.c
Objects/typeobject.c
Objects/unicodeobject.c
Objects/weakrefobject.c