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 Omer.Katz, alex, eric.araujo, madison.may, pitrou, pydanny, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2016-02-15.18:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455559541.01.0.616924331112.issue21145@psf.upfronthosting.co.za>
In-reply-to
Content
"Most implementations these days support TTL because they require it."

I used this pattern a lot in my old Hachoir project, but I never needed the TTL thing. In my case, data come from the disk and are never invalidated.

Example with the description property:

https://bitbucket.org/haypo/hachoir3/src/9ae394a18d74bb20b5562964e57074e5624132f5/hachoir/field/field.py?at=default&fileviewer=file-view-default#field.py-79
History
Date User Action Args
2016-02-15 18:05:41vstinnersetrecipients: + vstinner, rhettinger, pitrou, pydanny, eric.araujo, alex, r.david.murray, serhiy.storchaka, madison.may, Omer.Katz
2016-02-15 18:05:41vstinnersetmessageid: <1455559541.01.0.616924331112.issue21145@psf.upfronthosting.co.za>
2016-02-15 18:05:41vstinnerlinkissue21145 messages
2016-02-15 18:05:40vstinnercreate