We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c5d06 commit b094918Copy full SHA for b094918
src/PythonQtPythonInclude.h
@@ -72,6 +72,7 @@
72
#define PyString_AS_STRING PyUnicode_AsUTF8
73
#define PyString_AsString PyUnicode_AsUTF8
74
#define PyString_FromFormat PyUnicode_FromFormat
75
+#define PyString_Check PyUnicode_Check
76
77
#define PyInt_Type PyLong_Type
78
#define PyInt_FromLong PyLong_FromLong
0 commit comments