mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Make stdprinter_write static.
This commit is contained in:
parent
f992640ed3
commit
ff649b41e8
@ -377,7 +377,7 @@ PyFile_NewStdPrinter(int fd)
|
||||
return (PyObject*)self;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
stdprinter_write(PyStdPrinter_Object *self, PyObject *args)
|
||||
{
|
||||
char *c;
|
||||
|
Loading…
Reference in New Issue
Block a user