Skip to content

Commit

Permalink
Fix linkage of _PyTestCapi_Init_Vectorcall
Browse files Browse the repository at this point in the history
  • Loading branch information
arhadthedev committed Jul 9, 2022
1 parent 4bed0db commit 246c78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_testcapi/vectorcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static PyTypeObject MethodDescriptor2_Type = {
};


int
PyAPI_FUNC(int)
_PyTestCapi_Init_Vectorcall(PyObject *m) {
if (PyModule_AddFunctions(m, TestMethods) < 0) {
return -1;
Expand Down

0 comments on commit 246c78f

Please sign in to comment.