Thanks to visit codestin.com Credit goes to github.com
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 19ff446 commit bab9559Copy full SHA for bab9559
1 file changed
Objects/stringobject.c
@@ -26,10 +26,11 @@ static PyStringObject *nullstring;
26
static PyObject *interned;
27
28
29
-#if defined(HAVE_MBTOWC) && defined(HAVE_WCHAR_H)
+#if defined(HAVE_MBTOWC) && defined(HAVE_WCHAR_H) && defined(HAVE_WCTYPE_H)
30
# define PRINT_MULTIBYTE_STRING
31
# include <locale.h>
32
# include <wchar.h>
33
+# include <wctype.h>
34
# if defined(HAVE_ISWPRINT)
35
# define _isprint iswprint
36
# else
0 commit comments