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 eric.snow
Recipients alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, rhettinger, serhiy.storchaka
Date 2013-06-05.02:57:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370401067.45.0.752639742459.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
The concern about reference cycles here lies in their existence in the linked-list.  To see what I mean, check out the use of weakrefs in the pure Python implementation at Lib/collections/__init__.py.  As the current implementation does not use PyObjects for the linked-list, I'm going to call this a non-issue.
History
Date User Action Args
2013-06-05 02:57:47eric.snowsetrecipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka
2013-06-05 02:57:47eric.snowsetmessageid: <1370401067.45.0.752639742459.issue16991@psf.upfronthosting.co.za>
2013-06-05 02:57:47eric.snowlinkissue16991 messages
2013-06-05 02:57:47eric.snowcreate