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 ronaldoussoren
Recipients Mark.Shannon, ronaldoussoren, vstinner
Date 2020-11-09.15:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604935866.55.0.414193228946.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.
History
Date User Action Args
2020-11-09 15:31:06ronaldoussorensetrecipients: + ronaldoussoren, vstinner, Mark.Shannon
2020-11-09 15:31:06ronaldoussorensetmessageid: <1604935866.55.0.414193228946.issue42294@roundup.psfhosted.org>
2020-11-09 15:31:06ronaldoussorenlinkissue42294 messages
2020-11-09 15:31:06ronaldoussorencreate