Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonded94 committed Aug 6, 2024
1 parent 056ffed commit 3919766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _crc32c.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ PyObject *crc32c_crc32(PyObject *self, PyObject *args, PyObject *kwargs)
if (PyErr_WarnEx(PyExc_DeprecationWarning,
"crc32c.crc32 will be eventually removed, use crc32c.crc32c instead",
1) == -1) {
return NULL;
return NULL;
}
return crc32c_crc32c(self, args, kwargs);
}
Expand Down

0 comments on commit 3919766

Please sign in to comment.