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 rhettinger, serhiy.storchaka
Date 2016-11-11.12:23:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478867011.8.0.996159731032.issue28665@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM. This saves function call and INCREF/DECREF pair.

What about DELETE_DEREF? PyCell_Set() also is used in unicode_concatenate().
History
Date User Action Args
2016-11-11 12:23:31serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2016-11-11 12:23:31serhiy.storchakasetmessageid: <1478867011.8.0.996159731032.issue28665@psf.upfronthosting.co.za>
2016-11-11 12:23:31serhiy.storchakalinkissue28665 messages
2016-11-11 12:23:31serhiy.storchakacreate