mirror of
https://github.com/python/cpython.git
synced 2025-09-03 15:31:08 +00:00
Rebuilt Clinic generated code.
This commit is contained in:
parent
1df0b35e3d
commit
01b1ff6970
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue