Skip to content

Commit b094918

Browse files
author
florianlink
committed
added define for debug PY3K
git-svn-id: http://svn.code.sf.net/p/pythonqt/code/trunk@281 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent b9c5d06 commit b094918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PythonQtPythonInclude.h

+1
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)