This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PC/pyconfig.h should define SIZEOF_WCHAR_T
Type: behavior Stage: resolved
Components: Windows Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: stutzbach Nosy List: stutzbach
Priority: normal Keywords:

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) (Python committer) 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) (Python committer) 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:05adminsetgithub: 53893
2010-08-25 19:20:02stutzbachsetstatus: open -> closed
resolution: accepted
messages: + msg114927

stage: resolved
2010-08-25 19:17:21stutzbachlinkissue8781 dependencies
2010-08-25 19:16:56stutzbachcreate