Skip to content

Commit 36201c1

Browse files
committed
added define for debug PY3K
1 parent 8370d61 commit 36201c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PythonQtPythonInclude.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
#define PyString_AS_STRING PyUnicode_AsUTF8
7373
#define PyString_AsString PyUnicode_AsUTF8
7474
#define PyString_FromFormat PyUnicode_FromFormat
75+
#define PyString_Check PyUnicode_Check
7576

7677
#define PyInt_Type PyLong_Type
7778
#define PyInt_FromLong PyLong_FromLong

0 commit comments

Comments
 (0)