[Python-checkins] cpython: oops, remove _PyObject_ReprWriter() definition (unwanted change)

victor.stinner python-checkins at python.org
Tue Nov 19 13:20:19 CET 2013


http://hg.python.org/cpython/rev/b0eb26a44aff
changeset:   87266:b0eb26a44aff
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Nov 19 13:18:45 2013 +0100
summary:
  oops, remove _PyObject_ReprWriter() definition (unwanted change)

files:
  Include/unicodeobject.h |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -987,9 +987,6 @@
 /* Deallocate memory of a writer (clear its internal buffer). */
 PyAPI_FUNC(void)
 _PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
-
-PyAPI_FUNC(int) _PyObject_ReprWriter(_PyUnicodeWriter *writer,
-    PyObject *v);
 #endif
 
 #ifndef Py_LIMITED_API

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list