Commit bee33160 authored by Matthias Klose's avatar Matthias Klose

Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static.

parent 6e6cb8e0
......@@ -387,7 +387,7 @@ buffered_clear(buffered *self)
/* Because this can call arbitrary code, it shouldn't be called when
the refcount is 0 (that is, not directly from tp_dealloc unless
the refcount has been temporarily re-incremented). */
PyObject *
static PyObject *
buffered_dealloc_warn(buffered *self, PyObject *source)
{
if (self->ok && self->raw) {
......
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