mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
correct function signature
This commit is contained in:
parent
ceb3087e1c
commit
9582c148b6
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ raise_test_longlong_error(const char* msg)
|
|||
#include "testcapi_long.h"
|
||||
|
||||
static PyObject *
|
||||
test_longlong_api(PyObject* self)
|
||||
test_longlong_api(PyObject* self, PyObject *args)
|
||||
{
|
||||
return TESTNAME(raise_test_longlong_error);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue