mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
oops, remove _PyObject_ReprWriter() definition (unwanted change)
This commit is contained in:
parent
f91929b1d8
commit
a726192181
1 changed files with 0 additions and 3 deletions
|
@ -987,9 +987,6 @@ _PyUnicodeWriter_Finish(_PyUnicodeWriter *writer);
|
||||||
/* Deallocate memory of a writer (clear its internal buffer). */
|
/* Deallocate memory of a writer (clear its internal buffer). */
|
||||||
PyAPI_FUNC(void)
|
PyAPI_FUNC(void)
|
||||||
_PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
|
_PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
|
||||||
|
|
||||||
PyAPI_FUNC(int) _PyObject_ReprWriter(_PyUnicodeWriter *writer,
|
|
||||||
PyObject *v);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef Py_LIMITED_API
|
#ifndef Py_LIMITED_API
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue