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 acb29ae commit 1543c07Copy full SHA for 1543c07
1 file changed
Include/Python.h
@@ -117,6 +117,7 @@
117
118
#include "abstract.h"
119
120
+/* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */
121
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
122
123
/* PyArg_NoArgs should not be necessary.
0 commit comments