Rebuilt Clinic generated code.

This commit is contained in:
Larry Hastings 2015-08-24 20:23:27 -07:00
parent 1df0b35e3d
commit 01b1ff6970
2 changed files with 3 additions and 3 deletions

View file

@ -2059,7 +2059,7 @@ Initialize a built-in module.
static int
_imp_exec_builtin_impl(PyModuleDef *module, PyObject *mod)
/*[clinic end generated code: output=215e99876a27e284 input=77ebec0c2a10ecca]*/
/*[clinic end generated code: output=215e99876a27e284 input=7beed5a2f12a60ca]*/
{
return exec_builtin_or_dynamic(mod);
}