This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shihai1991
Recipients SilentGhost, docs@python, shihai1991
Date 2019-06-27.18:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561658832.47.0.864721385463.issue37432@roundup.psfhosted.org>
In-reply-to
Content
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)`
History
Date User Action Args
2019-06-27 18:07:12shihai1991setrecipients: + shihai1991, SilentGhost, docs@python
2019-06-27 18:07:12shihai1991setmessageid: <1561658832.47.0.864721385463.issue37432@roundup.psfhosted.org>
2019-06-27 18:07:12shihai1991linkissue37432 messages
2019-06-27 18:07:12shihai1991create