Issue #29311: Regenerate Argument Clinic.

This commit is contained in:
Serhiy Storchaka 2017-02-04 08:05:07 +02:00
parent bbd256984d
commit 19d2597ed5
2 changed files with 3 additions and 3 deletions

View file

@ -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;