Message 190640 - Python tracker
Message190640
| 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:47 | eric.snow | set | recipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka |
| 2013-06-05 02:57:47 | eric.snow | set | messageid: <1370401067.45.0.752639742459.issue16991@psf.upfronthosting.co.za> |
| 2013-06-05 02:57:47 | eric.snow | link | issue16991 messages |
| 2013-06-05 02:57:47 | eric.snow | create | |