[New-bugs-announce] [issue6375] compile failure in Modules/python.c

Adam Golebiowski report at bugs.python.org
Mon Jun 29 18:30:41 CEST 2009


New submission from Adam Golebiowski <adamg at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6375>
_______________________________________


More information about the New-bugs-announce mailing list