Kaydet (Commit) 1543c07f authored tarafından Neal Norwitz's avatar Neal Norwitz

Add a comment that PyArg_GetInt is deprecated and should not be used

üst acb29aed
...@@ -117,6 +117,7 @@ ...@@ -117,6 +117,7 @@
#include "abstract.h" #include "abstract.h"
/* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a)) #define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
/* PyArg_NoArgs should not be necessary. /* PyArg_NoArgs should not be necessary.
......
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