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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2016-02-08.16:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454948804.95.0.953443331837.issue26200@psf.upfronthosting.co.za>
In-reply-to
Content
> And I had no one voice for separate macros (except my).

Sorry I wasn't in the conversation to back you up.

> I tried to not replace a Py_DECREF with a Py_SETREF 
> in performance critical code (e.g. in PyDict_SetItem).

If you don't mind, I would like to restore the Py_DECREF in deque_ass_item().
History
Date User Action Args
2016-02-08 16:26:44rhettingersetrecipients: + rhettinger, serhiy.storchaka
2016-02-08 16:26:44rhettingersetmessageid: <1454948804.95.0.953443331837.issue26200@psf.upfronthosting.co.za>
2016-02-08 16:26:44rhettingerlinkissue26200 messages
2016-02-08 16:26:44rhettingercreate