Skip to content

Commit

Permalink
[build] Regenerate CPython defs.
Browse files Browse the repository at this point in the history
dict.clear() seem sto be gone.  I'm not sure when that happened though.
  • Loading branch information
Andy Chu committed Jan 27, 2019
1 parent d393480 commit 9322337
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -7,7 +7,6 @@ static PyMethodDef mapp_methods[] = {
{"items", (PyCFunction)dict_items, METH_NOARGS},
{"values", (PyCFunction)dict_values, METH_NOARGS},
{"update", (PyCFunction)dict_update, METH_VARARGS | METH_KEYWORDS},
{"clear", (PyCFunction)dict_clear, METH_NOARGS},
{"itervalues", (PyCFunction)dict_itervalues, METH_NOARGS},
{"iteritems", (PyCFunction)dict_iteritems, METH_NOARGS},
{0},
Expand Down

0 comments on commit 9322337

Please sign in to comment.