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.

Author adamg
Recipients adamg
Date 2009-06-29.16:30:39
SpamBayes Score 6.216688e-05
Marked as misclassified No
Message-id <1246293041.45.0.166944459621.issue6375@psf.upfronthosting.co.za>
In-reply-to
Content
Python-3.1 fails to compile with:
./Modules/python.c: In function 'wchar_t* char2wchar(char*)':
./Modules/python.c:60: error: invalid conversion from 'void*' to 'wchar_t*'

The attached patch fixes this.
History
Date User Action Args
2009-06-29 16:30:41adamgsetrecipients: + adamg
2009-06-29 16:30:41adamgsetmessageid: <1246293041.45.0.166944459621.issue6375@psf.upfronthosting.co.za>
2009-06-29 16:30:40adamglinkissue6375 messages
2009-06-29 16:30:40adamgcreate