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 serhiy.storchaka
Recipients Khalil, serhiy.storchaka
Date 2019-05-16.13:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558013620.58.0.00606069641547.issue36938@roundup.psfhosted.org>
In-reply-to
Content
PyTuple_SetItem() steals a reference to the added item. You should not call Py_XDECREF() for it.
History
Date User Action Args
2019-05-16 13:33:40serhiy.storchakasetrecipients: + serhiy.storchaka, Khalil
2019-05-16 13:33:40serhiy.storchakasetmessageid: <1558013620.58.0.00606069641547.issue36938@roundup.psfhosted.org>
2019-05-16 13:33:40serhiy.storchakalinkissue36938 messages
2019-05-16 13:33:40serhiy.storchakacreate