commit | 9032cf5cb1e33c0349089cfb0f6bf11ed3c30e86 | [log] [tgz] |
---|---|---|
author | Jakub KulĂk <Kulikjak@gmail.com> | Fri Apr 30 15:21:42 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 30 15:21:42 2021 +0200 |
tree | 86ccc15aac78e1225299e09c12215d942b147d6f | |
parent | 4908fae3d57f68694cf006e89fd7761f45003447 [diff] [blame] |
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
diff --git a/pyconfig.h.in b/pyconfig.h.in index 6e54d55..63438d8 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in
@@ -748,6 +748,10 @@ /* Define to 1 if you have the `nice' function. */ #undef HAVE_NICE +/* Define if the internal form of wchar_t in non-Unicode locales is not + Unicode. */ +#undef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION + /* Define to 1 if you have the `openat' function. */ #undef HAVE_OPENAT