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 python-dev, rhettinger, serhiy.storchaka
Date 2015-07-20.05:55:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437371757.66.0.482833631069.issue24583@psf.upfronthosting.co.za>
In-reply-to
Content
Added a variant patch that brings the steps together in a more logical manner (single entry point at the top and the named exits at the bottom, brings refcount adjustment logic together in a more coherent way).  The "restart" target is done the same way as the "top" target in dictobject.c.   Added a comment explaining why the pre-increment is necessary.
History
Date User Action Args
2015-07-20 05:55:57rhettingersetrecipients: + rhettinger, python-dev, serhiy.storchaka
2015-07-20 05:55:57rhettingersetmessageid: <1437371757.66.0.482833631069.issue24583@psf.upfronthosting.co.za>
2015-07-20 05:55:57rhettingerlinkissue24583 messages
2015-07-20 05:55:57rhettingercreate