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 Mark.Shannon, eric.snow, mpaolini, python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2015-12-23.14:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450880188.07.0.918565308118.issue24726@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that fixes an infinite loop reported in msg254071. May be this is not the best solution. It makes the behavior of Python and C implementation differ (the former just iterates a linked list, the latter raises an error). But to reproduce Python implementation behavior we need to add refcounters to linked list nodes.
History
Date User Action Args
2015-12-23 14:16:28serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, Mark.Shannon, python-dev, eric.snow, mpaolini
2015-12-23 14:16:28serhiy.storchakasetmessageid: <1450880188.07.0.918565308118.issue24726@psf.upfronthosting.co.za>
2015-12-23 14:16:28serhiy.storchakalinkissue24726 messages
2015-12-23 14:16:27serhiy.storchakacreate