Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Modules/_testcapi/getargs.c
  • Loading branch information
erlend-aasland authored Dec 16, 2022
commit 6e9744cde1a521d05df40f89c0b0c031523a027f
3 changes: 2 additions & 1 deletion Modules/_testcapi/getargs.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,8 @@ getargs_s_hash_int2(PyObject *self, PyObject *args, PyObject *kwargs)
}

static PyObject *
gh_99240_clear_args(PyObject *self, PyObject *args) {
gh_99240_clear_args(PyObject *self, PyObject *args)
{
char *a = NULL;
char *b = NULL;

Expand Down