[docs] [issue37432] Fix a small param type in allocation.rst

hai shi report at bugs.python.org
Thu Jun 27 14:07:12 EDT 2019


hai shi <shihai1991 at 126.com> added the comment:

Due to https://github.com/python/cpython/blob/master/Include/objimpl.h#L102,
`void PyObject_Del(PyObject *op)` should be `void PyObject_Del(void *op)`

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37432>
_______________________________________


More information about the docs mailing list