Message8316

Author zyasoft
Recipients jayv, zyasoft
Date 2014-04-30.22:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398897358.77.0.737188609239.issue2133@psf.upfronthosting.co.za>
In-reply-to
Content
Can be fixed by overriding with PyDefaultDict#get(PyObject key, PyObject defaultObj), which in turn uses Cache#getIfPresent. Assumes this fix:
http://bugs.jython.org/issue2111 by upgrading to using LoadingCache.

Should be readily backportable to 2.5
History
Date User Action Args
2014-04-30 22:35:58zyasoftsetmessageid: <1398897358.77.0.737188609239.issue2133@psf.upfronthosting.co.za>
2014-04-30 22:35:58zyasoftsetrecipients: + zyasoft, jayv
2014-04-30 22:35:58zyasoftlinkissue2133 messages
2014-04-30 22:35:58zyasoftcreate