From: Victor Stinner Date: Tue, 19 Nov 2013 12:18:45 +0000 (+0100) Subject: oops, remove _PyObject_ReprWriter() definition (unwanted change) X-Git-Tag: v3.4.0b1~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7261921811d6fc47ddfc9fe548c10a9f9f61b73;p=thirdparty%2FPython%2Fcpython.git oops, remove _PyObject_ReprWriter() definition (unwanted change) --- diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index b4891e4690fa..b6d331bb8d3d 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -987,9 +987,6 @@ _PyUnicodeWriter_Finish(_PyUnicodeWriter *writer); /* 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