[pypy-issue] [issue1469] Missing declarations of PyObject_Malloc(), PyObject_Realloc() and PyObject_Free()

Arfrever Frehtes Taifersar Arahesis tracker at bugs.pypy.org
Sun Apr 28 02:31:05 CEST 2013


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1469>
________________________________________


More information about the pypy-issue mailing list