Skip to content

Commit 6aa9d59

Browse files
./configure && make regen-all
1 parent 99b2aae commit 6aa9d59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/_abc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Internal ABC helper for subclass registration. Should be never used outside abc
554554

555555
static PyObject *
556556
_abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass)
557-
/*[clinic end generated code: output=7851e7668c963524 input=ca589f8c3080e67f]*/
557+
/*[clinic end generated code: output=7851e7668c963524 input=fdf6a8117da33121]*/
558558
{
559559
if (!PyType_Check(subclass)) {
560560
PyErr_SetString(PyExc_TypeError, "Can only register classes");

Modules/clinic/_abc.c.h

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

0 commit comments

Comments
 (0)