Skip to content

Commit 52c0d69

Browse files
committed
No longer export textiowrapper_slots
1 parent 24e15d9 commit 52c0d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_io/textio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3404,7 +3404,7 @@ static PyGetSetDef textiowrapper_getset[] = {
34043404
{NULL}
34053405
};
34063406

3407-
PyType_Slot textiowrapper_slots[] = {
3407+
static PyType_Slot textiowrapper_slots[] = {
34083408
{Py_tp_dealloc, textiowrapper_dealloc},
34093409
{Py_tp_repr, textiowrapper_repr},
34103410
{Py_tp_doc, (void *)_io_TextIOWrapper___init____doc__},

0 commit comments

Comments
 (0)