mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Make stdprinter_write static.
This commit is contained in:
parent
f992640ed3
commit
ff649b41e8
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ PyFile_NewStdPrinter(int fd)
|
||||||
return (PyObject*)self;
|
return (PyObject*)self;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
static PyObject *
|
||||||
stdprinter_write(PyStdPrinter_Object *self, PyObject *args)
|
stdprinter_write(PyStdPrinter_Object *self, PyObject *args)
|
||||||
{
|
{
|
||||||
char *c;
|
char *c;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue