Issue 9684: PC/pyconfig.h should define SIZEOF_WCHAR_T (original) (raw)
Issue9684
Created on 2010-08-25 19:16 by stutzbach, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg114926 - (view) | Author: Daniel Stutzbach (stutzbach) ![]() |
Date: 2010-08-25 19:16 |
Presently, the pyconfig.h generated by configure defines SIZEOF_WCHAR_T, but PC/pyconfig.h does not, periodically causing problems: http://bugs.python.org/issue8781 http://bugs.python.org/issue4474 http://trac.wxwidgets.org/ticket/12013 Problem and the one-line solution already discussed in Issue8781 (and to a less extent in Issue4474). | ||
msg114927 - (view) | Author: Daniel Stutzbach (stutzbach) ![]() |
Date: 2010-08-25 19:20 |
After making a Windows build and running the tests, committed in r84317. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:05 | admin | set | github: 53893 |
2010-08-25 19:20:02 | stutzbach | set | status: open -> closedresolution: acceptedmessages: + stage: resolved |
2010-08-25 19:17:21 | stutzbach | link | issue8781 dependencies |
2010-08-25 19:16:56 | stutzbach | create |