Skip to content

Commit

Permalink
Do not make IOBase generic (python#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatyping authored Feb 7, 2020
1 parent 7b1ad20 commit a05d9ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Modules/_io/iobase.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,6 @@ static PyMethodDef iobase_methods[] = {
_IO__IOBASE_READLINES_METHODDEF
_IO__IOBASE_WRITELINES_METHODDEF

{"__class_getitem__", (PyCFunction)Py_GenericAlias, METH_O|METH_CLASS,
PyDoc_STR("See PEP 585")},
{NULL, NULL}
};

Expand Down

0 comments on commit a05d9ae

Please sign in to comment.