summaryrefslogtreecommitdiff
path: root/Objects/dictobject.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-02-04 08:05:07 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-02-04 08:05:07 +0200
commit19d2597ed50598ed0a04bffdfb246dcfb1de85c9 (patch)
tree99dda9c627ff44da814d1aaa1dc2ad895855d395 /Objects/dictobject.c
parentbbd256984db416f4c1e68f8a86b842eeaf36d7e0 (diff)
downloadcpython-git-19d2597ed50598ed0a04bffdfb246dcfb1de85c9.tar.gz
Issue #29311: Regenerate Argument Clinic.
Diffstat (limited to 'Objects/dictobject.c')
-rw-r--r--Objects/dictobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/dictobject.c b/Objects/dictobject.c
index 00fd58c81d..43584b7bb2 100644
--- a/Objects/dictobject.c
+++ b/Objects/dictobject.c
@@ -2769,7 +2769,7 @@ True if the dictionary has the specified key, else False.
static PyObject *
dict___contains__(PyDictObject *self, PyObject *key)
-/*[clinic end generated code: output=a3d03db709ed6e6b input=f39613886bf975b7]*/
+/*[clinic end generated code: output=a3d03db709ed6e6b input=fe1cb42ad831e820]*/
{
register PyDictObject *mp = self;
Py_hash_t hash;