]> granicus.if.org Git - python/commit
Introduced symbol PY_FORMAT_SIZE_T. See the new comments
authorTim Peters <tim.peters@gmail.com>
Fri, 17 Mar 2006 03:29:34 +0000 (03:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 17 Mar 2006 03:29:34 +0000 (03:29 +0000)
commitae1d0c978dbf8327f1193ab2f36323393efd5eb6
treea24c3e056589ddf756a19d51d2bd079dfa9e99d9
parentd53850a2be3fc086493ec7feaa6c4e757de3482e
Introduced symbol PY_FORMAT_SIZE_T.  See the new comments
in pyport.h.  Changed PyString_FromFormatV() to use it
instead of inlining its own maze of #if'ery.
Include/pyport.h
Objects/stringobject.c