New submission from Damien Miller <[EMAIL PROTECTED]>: Compilation of 3.0rc1 Modules/python.c fails on OpenBSD with the following error. The attached patch fixes things by explicitly casting PyMem_Malloc's return value
c++ -pthread -c -fno-strict-aliasing -DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x20000 -fPIC -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c Modules/python.c: In function `int main(int, char**)': Modules/python.c:20: error: invalid conversion from `void*' to `wchar_t**' Modules/python.c:22: error: invalid conversion from `void*' to `wchar_t**' Modules/python.c:57: error: invalid conversion from `void*' to `wchar_t*' ---------- components: Interpreter Core files: patch-Modules_python_c messages: 74973 nosy: djmdjm severity: normal status: open title: compilation of Modules/python.c fails on OpenBSD type: compile error versions: Python 3.0 Added file: http://bugs.python.org/file11830/patch-Modules_python_c _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4146> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com