Skip to content

Commit 3e1c98f

Browse files
committed
Fix make_abi_info to be static
1 parent 8364d78 commit 3e1c98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,7 @@ make_impl_info(PyObject *version_info)
36323632
}
36333633

36343634

3635-
PyObject *
3635+
static PyObject *
36363636
make_abi_info(void)
36373637
{
36383638
int res;

0 commit comments

Comments
 (0)