Message7192

Author fwierzbicki
Recipients Arfrever, fwierzbicki
Date 2012-06-08.19:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339182336.62.0.259583939508.issue1912@psf.upfronthosting.co.za>
In-reply-to
Content
Jython is highly unlikely to provide this feature -- we internally use ConcurrentHashMap from the JDK as our dict implementation and plan to keep it that way. Luckily the incredible Doug Lea is fixing ConcurrentHashMap for JDK8 and that will solve this problem for us. See http://concurrency.markmail.org/thread/tcv5cm762ouc47qa for details.
History
Date User Action Args
2012-06-08 19:05:36fwierzbickisetmessageid: <1339182336.62.0.259583939508.issue1912@psf.upfronthosting.co.za>
2012-06-08 19:05:36fwierzbickisetrecipients: + fwierzbicki, Arfrever
2012-06-08 19:05:36fwierzbickilinkissue1912 messages
2012-06-08 19:05:35fwierzbickicreate