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 vstinner
Recipients Okko.Willeboordse, eryksun, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-11.08:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa31J3fRPL65fLvTzENUR-n_Wu3oT=JYmgZQ0GsJEB3ow@mail.gmail.com>
In-reply-to <1473551070.28.0.013693993196.issue27932@psf.upfronthosting.co.za>
Content
> pointer-type cache grows without bound

Maybe we should also fix ctypes to use an LRU cache like
@functools.lru_cache? A cache without limit doesn't seem like a good
idea.
History
Date User Action Args
2016-09-11 08:15:52vstinnersetrecipients: + vstinner, paul.moore, tim.golden, python-dev, Okko.Willeboordse, zach.ware, eryksun, steve.dower
2016-09-11 08:15:52vstinnerlinkissue27932 messages
2016-09-11 08:15:52vstinnercreate