New submission from Arfrever Frehtes Taifersar Arahesis <[email protected]>:
Declarations of PyObject_Malloc(), PyObject_Realloc() and PyObject_Free() are missing in installed headers, which can cause problems during compilation of extension modules, which use these functions. Compilation failure occurs with -Werror=implicit-function-declaration flag. ---------- messages: 5648 nosy: Arfrever, pypy-issue priority: bug status: unread title: Missing declarations of PyObject_Malloc(), PyObject_Realloc() and PyObject_Free() ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1469> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
