Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5664367 commit ae6bf4aCopy full SHA for ae6bf4a
1 file changed
Doc/ext/run-func.c
@@ -5,7 +5,7 @@ main(int argc, char *argv[])
5
{
6
PyObject *pName, *pModule, *pDict, *pFunc;
7
PyObject *pArgs, *pValue;
8
- int i, result;
+ int i;
9
10
if (argc < 3) {
11
fprintf(stderr,"Usage: call pythonfile funcname [args]\n");
0 commit comments