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 belopolsky, python-dev, rhettinger, serhiy.storchaka, skrah
Date 2016-04-06.07:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459928898.62.0.435753668135.issue26200@psf.upfronthosting.co.za>
In-reply-to
Content
Py_SETREF was renamed to Py_XSETREF in 719c11b6b6ff, d0c8b2c1544e and 7197809a7428.

Here is a patch that introduces new Py_SETREF and uses it instead Py_XSETREF if Py_DECREF was used before.
History
Date User Action Args
2016-04-06 07:48:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, belopolsky, skrah, python-dev
2016-04-06 07:48:18serhiy.storchakasetmessageid: <1459928898.62.0.435753668135.issue26200@psf.upfronthosting.co.za>
2016-04-06 07:48:18serhiy.storchakalinkissue26200 messages
2016-04-06 07:48:18serhiy.storchakacreate