]> granicus.if.org Git - python/commit
Clean up PyString_Size().
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 7 Jan 2008 02:06:10 +0000 (02:06 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 7 Jan 2008 02:06:10 +0000 (02:06 +0000)
commitad433db9b40a8ca829dae35cf835386629ec0399
tree3e115ff16dc8e928d74b6eacf264af137dcae700
parent5dfe0def6711d0e59cd1949e842c3d9dd32b4e4f
Clean up PyString_Size().

Removed string_getsize(), since it was only useful when
PyString_AsStringAndSize was able to convert an (ascii)
Unicode object to a C string.
Objects/stringobject.c