Kaydet (Commit) 55ad67d7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Oops. Removed dictiter_new decl that wasn't supposed to go in yet.

üst 0dbb4fba
......@@ -1310,8 +1310,6 @@ dict_contains(dictobject *mp, PyObject *key)
&& (mp->ma_lookup)(mp, key, hash)->me_value != NULL);
}
staticforward PyObject *dictiter_new(dictobject *);
/* Hack to implement "key in dict" */
static PySequenceMethods dict_as_sequence = {
0, /* sq_length */
......
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