Kaydet (Commit) a7261921 authored tarafından Victor Stinner's avatar Victor Stinner

oops, remove _PyObject_ReprWriter() definition (unwanted change)

üst f91929b1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment