Issue6375
Created on 2009-06-29 16:30 by adamg, last changed 2009-06-29 21:21 by loewis.
|
msg89860 - (view) |
Author: Adam Golebiowski (adamg) |
Date: 2009-06-29 16:30 |
|
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.
|
|
msg89864 - (view) |
Author: Jerry Chen (jcsalterego) |
Date: 2009-06-29 16:42 |
|
On OpenBSD by chance? Looks similar to Issue4146
|
|
msg89866 - (view) |
Author: Adam Golebiowski (adamg) |
Date: 2009-06-29 16:48 |
|
nope, a gcc-4.4 based Linux distribution.
It looks like the same problem happens with Issue4146, but it touches
other part of that file.
|
|
msg89880 - (view) |
Author: Martin v. Löwis (loewis) |
Date: 2009-06-29 21:21 |
|
Can somebody explain the error? The conversion looks quite valid to me,
so it seems to be a compiler bug.
|
|
| Date |
User |
Action |
Args |
| 2009-06-29 21:21:10 | loewis | set | nosy:
+ loewis messages:
+ msg89880
|
| 2009-06-29 16:48:45 | adamg | set | messages:
+ msg89866 |
| 2009-06-29 16:42:54 | jcsalterego | set | nosy:
+ jcsalterego messages:
+ msg89864
|
| 2009-06-29 16:30:40 | adamg | create | |
|