Skip to content

Commit bc3328b

Browse files
committed
Remove frozendict.update()
1 parent e7ebaf6 commit bc3328b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Objects/dictobject.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7848,8 +7848,6 @@ static PyMethodDef frozendict_methods[] = {
78487848
DICT_KEYS_METHODDEF
78497849
DICT_ITEMS_METHODDEF
78507850
DICT_VALUES_METHODDEF
7851-
{"update", _PyCFunction_CAST(dict_update), METH_VARARGS | METH_KEYWORDS,
7852-
update__doc__},
78537851
DICT_FROMKEYS_METHODDEF
78547852
DICT_COPY_METHODDEF
78557853
DICT___REVERSED___METHODDEF

0 commit comments

Comments
 (0)