Commit e448f9c9 authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub

Remove a duplicate descriptor in gdbm. (GH-11053)

parent e328753d
......@@ -485,7 +485,6 @@ static PyMethodDef dbm_methods[] = {
_GDBM_GDBM_REORGANIZE_METHODDEF
_GDBM_GDBM_SYNC_METHODDEF
_GDBM_GDBM_GET_METHODDEF
_GDBM_GDBM_GET_METHODDEF
_GDBM_GDBM_SETDEFAULT_METHODDEF
{"__enter__", dbm__enter__, METH_NOARGS, NULL},
{"__exit__", dbm__exit__, METH_VARARGS, NULL},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment