mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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). */
|
||||
PyAPI_FUNC(void)
|
||||
_PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
|
||||
|
||||
PyAPI_FUNC(int) _PyObject_ReprWriter(_PyUnicodeWriter *writer,
|
||||
PyObject *v);
|
||||
#endif
|
||||
|
||||
#ifndef Py_LIMITED_API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue