Skip to content

Commit

Permalink
Remove a completed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Feb 5, 2020
1 parent 4e1da19 commit 8926f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objects/descrobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,6 @@ ga_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
// - argument clinic?
// - __doc__?
// - cache?
// - __eq__
PyTypeObject Py_GenericAliasType = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
.tp_name = "types.GenericAlias",
Expand Down

0 comments on commit 8926f7a

Please sign in to comment.