[Python-checkins] cpython: Remove now unused IntOrLongToString type
victor.stinner
python-checkins at python.org
Thu Aug 9 21:42:25 CEST 2012
http://hg.python.org/cpython/rev/aaa68dce117e
changeset: 78483:aaa68dce117e
user: Victor Stinner <victor.stinner at gmail.com>
date: Thu Aug 09 21:38:23 2012 +0200
summary:
Remove now unused IntOrLongToString type
files:
Python/formatter_unicode.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c
--- a/Python/formatter_unicode.c
+++ b/Python/formatter_unicode.c
@@ -802,9 +802,6 @@
/*********** long formatting ********************************************/
/************************************************************************/
-typedef PyObject*
-(*IntOrLongToString)(PyObject *value, int base);
-
static int
format_long_internal(PyObject *value, const InternalFormatSpec *format,
_PyUnicodeWriter *writer)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list