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 vstinner
Recipients Mark.Shannon, ronaldoussoren, shihai1991, vstinner
Date 2020-11-09.17:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604943087.4.0.957474061168.issue42294@roundup.psfhosted.org>
In-reply-to
Content
> PyTuple_SetItem() does clear the previous item, it uses Py_XSETREF. The macro version (PyTuple_SET_ITEM) does not clear the previous item.

Oh sorry, I was thinking at PyTuple_SET_ITEM().
History
Date User Action Args
2020-11-09 17:31:27vstinnersetrecipients: + vstinner, ronaldoussoren, Mark.Shannon, shihai1991
2020-11-09 17:31:27vstinnersetmessageid: <1604943087.4.0.957474061168.issue42294@roundup.psfhosted.org>
2020-11-09 17:31:27vstinnerlinkissue42294 messages
2020-11-09 17:31:27vstinnercreate