Message9827

Author zyasoft
Recipients jmadden, zyasoft
Date 2015-04-14.02:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428980147.19.0.2102651314.issue2326@psf.upfronthosting.co.za>
In-reply-to
Content
The other unfortunate thing here is that this test

            if (getMap().size() != size) {
                throw Py.RuntimeError("dictionary changed size during iteration");
            }

is not even correct on weak maps in Guava, given eventual consistency.
History
Date User Action Args
2015-04-14 02:55:47zyasoftsetmessageid: <1428980147.19.0.2102651314.issue2326@psf.upfronthosting.co.za>
2015-04-14 02:55:47zyasoftsetrecipients: + zyasoft, jmadden
2015-04-14 02:55:47zyasoftlinkissue2326 messages
2015-04-14 02:55:46zyasoftcreate