Skip to content

Commit

Permalink
Regen clinic
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Oct 10, 2024
1 parent 0f4f427 commit 282890b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modules/_zoneinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Create a new ZoneInfo instance.

static PyObject *
zoneinfo_ZoneInfo_impl(PyTypeObject *type, PyObject *key)
/*[clinic end generated code: output=95e61dab86bb95c3 input=4619eb0305327e83]*/
/*[clinic end generated code: output=95e61dab86bb95c3 input=ef73d7a83bf8790e]*/
{
zoneinfo_state *state = zoneinfo_get_state_by_self(type);
PyObject *instance = zone_from_strong_cache(state, type, key);
Expand Down
4 changes: 2 additions & 2 deletions Modules/clinic/_zoneinfo.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 282890b

Please sign in to comment.