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 gvanrossum
Recipients gvanrossum, josh.r, levkivskyi, ned.deily, python-dev, serhiy.storchaka, yselivanov
Date 2016-11-10.01:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+Q5cyB3Ff_7gszAuWn79DCgYSgG_3vHxuServ0GRCVUQ@mail.gmail.com>
In-reply-to <1478741242.78.0.95879863336.issue28649@psf.upfronthosting.co.za>
Content
Segfault or traceback?

Anyway, it implements a doubly-linked list where each node is implemented
as a list of 4 items... Maybe there's something in the GC code that
recurses down at the C level??? I'm not sure a crash the Python version of
lru_cache with maxsize=100000 is high on my list of worries.
History
Date User Action Args
2016-11-10 01:39:04gvanrossumsetrecipients: + gvanrossum, ned.deily, python-dev, serhiy.storchaka, yselivanov, josh.r, levkivskyi
2016-11-10 01:39:04gvanrossumlinkissue28649 messages
2016-11-10 01:39:04gvanrossumcreate