]> granicus.if.org Git - python/commit
repr's converted to using PyString_FromFormat() instead of sprintf'ing
authorBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 18:34:26 +0000 (18:34 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 18:34:26 +0000 (18:34 +0000)
commit7ce3694a527afe425a2b9df65c049b0ef4e75960
tree089937f432c69e85afbfc8308d5ebc86dd2c2c49
parentdadace004b4b94dcc4437bafc9c8407fbb1bed74
repr's converted to using PyString_FromFormat() instead of sprintf'ing
into a hardcoded char* buffer.

Closes patch #454743.
Objects/bufferobject.c
Objects/cellobject.c
Objects/classobject.c
Objects/descrobject.c
Objects/fileobject.c
Objects/funcobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/rangeobject.c
Objects/typeobject.c