mirror of
https://github.com/python/cpython.git
synced 2025-07-14 14:55:17 +00:00
Regenerate Argument Clinic code for issue #26874.
This commit is contained in:
parent
3803ad47bb
commit
df071730bb
2 changed files with 3 additions and 3 deletions
|
@ -801,7 +801,7 @@ Return the tuple (x//y, x%y). Invariant: div*y + mod == x.
|
|||
|
||||
static PyObject *
|
||||
builtin_divmod_impl(PyModuleDef *module, PyObject *x, PyObject *y)
|
||||
/*[clinic end generated code: output=9ad0076120ebf9ac input=7fdb15f8a97a5fe7]*/
|
||||
/*[clinic end generated code: output=9ad0076120ebf9ac input=175ad9c84ff41a85]*/
|
||||
{
|
||||
return PyNumber_Divmod(x, y);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue