Skip to content

Commit 027cc3a

Browse files
committed
make clinic
1 parent e8b5949 commit 027cc3a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Python/bltinmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ This hash value is used internally by Python dict and set hash tables.
16341634

16351635
static PyObject *
16361636
builtin_hash(PyObject *module, PyObject *obj)
1637-
/*[clinic end generated code: output=237668e9d7688db7 input=58c48be822bf9c54]*/
1637+
/*[clinic end generated code: output=237668e9d7688db7 input=587834cbab541b99]*/
16381638
{
16391639
Py_hash_t x;
16401640

Python/clinic/bltinmodule.c.h

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)