Kaydet (Commit) 9582c148 authored tarafından Skip Montanaro's avatar Skip Montanaro

correct function signature

üst ceb3087e
...@@ -234,7 +234,7 @@ raise_test_longlong_error(const char* msg) ...@@ -234,7 +234,7 @@ raise_test_longlong_error(const char* msg)
#include "testcapi_long.h" #include "testcapi_long.h"
static PyObject * static PyObject *
test_longlong_api(PyObject* self) test_longlong_api(PyObject* self, PyObject *args)
{ {
return TESTNAME(raise_test_longlong_error); return TESTNAME(raise_test_longlong_error);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment