Skip to content

Commit

Permalink
use inline specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
neonene committed Mar 31, 2024
1 parent 12ae163 commit 2dc9010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_datetimemodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -6726,7 +6726,7 @@ static PyMethodDef module_methods[] = {
{NULL, NULL}
};

static void
static inline void
set_datetime_capi(datetime_state *st)
{
st->capi.DateType = &PyDateTime_DateType;
Expand Down

0 comments on commit 2dc9010

Please sign in to comment.