New submission from Adam Golebiowski <ad...@pld-linux.org>:

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.

----------
files: python3-cast-fix.patch
keywords: patch
messages: 89860
nosy: adamg
severity: normal
status: open
title: compile failure in Modules/python.c
versions: Python 3.1
Added file: http://bugs.python.org/file14387/python3-cast-fix.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6375>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to