Message 200496 - Python tracker

Message200496

Author pitrou
Recipients barry, brett.cannon, christian.heimes, eric.snow, pitrou, r.david.murray, vstinner
Date 2013-10-19.21:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382216467.0.0.952260680017.issue19216@psf.upfronthosting.co.za>
In-reply-to
Content
The real problem here is that the definition of "bootstrap" or "startup" is fuzzy. How do you decide when you stop caching?
The only workable approach IMO is to adopt a time-based heuristic, which I did in issue14067.
History
Date User Action Args
2013-10-19 21:01:07pitrousetrecipients: + pitrou, barry, brett.cannon, vstinner, christian.heimes, r.david.murray, eric.snow
2013-10-19 21:01:07pitrousetmessageid: <1382216467.0.0.952260680017.issue19216@psf.upfronthosting.co.za>
2013-10-19 21:01:06pitroulinkissue19216 messages
2013-10-19 21:01:06pitroucreate