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 798b1ba commit a2804e0Copy full SHA for a2804e0
pydatastructs/utils/_backend/cpp/utils.hpp
@@ -37,6 +37,10 @@ static PyObject* get_PyThree() {
37
}
38
return PyThree;
39
40
+#define PyZero get_PyZero()
41
+#define PyOne get_PyOne()
42
+#define PyTwo get_PyTwo()
43
+#define PyThree get_PyThree()
44
static const char* _encoding = "utf-8";
45
static const char* _invalid_char = "<invalid-character>";
46
0 commit comments