Message9805

Author zyasoft
Recipients kevinmcmurtrie, zyasoft
Date 2015-04-11.14:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428761634.23.0.139806160934.issue2321@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, didn't include some details - ThreadStates can generally be recreated of course if there's no dynamic scope (so call_depth, etc) because that's just a function of being in the thread stack. The fact that weakKeys/weakValues can still work here is that even a generational GC is not reclaiming ThreadState objects as fast a tight performance loop as seen in pystone.

We still might want to expand on the caching behavior in some way in 2.7.1
History
Date User Action Args
2015-04-11 14:13:54zyasoftsetmessageid: <1428761634.23.0.139806160934.issue2321@psf.upfronthosting.co.za>
2015-04-11 14:13:54zyasoftsetrecipients: + zyasoft, kevinmcmurtrie
2015-04-11 14:13:54zyasoftlinkissue2321 messages
2015-04-11 14:13:54zyasoftcreate