Message11255

Author jamesmudd
Recipients jamesmudd
Date 2017-03-20.21:39:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490045982.48.0.646383380224.issue2573@psf.upfronthosting.co.za>
In-reply-to
Content
I have observed test_weakref fail a few times while running ant regrtest. The output is:

     [exec] test test_weakref failed -- Traceback (most recent call last):
     [exec]   File "/home/james/git/jython/dist/Lib/test/test_weakref.py", line 1029, in test_weak_values
     [exec]     self.assertEqual(len(list(dict.iterkeys())), 0,
     [exec] AssertionError: deleting the values did not clear the dictionary

The failure appears to be intermittent, I haven't reproduced it when running the test individually, and I have never observed it on Windows.
History
Date User Action Args
2017-03-20 21:39:42jamesmuddsetrecipients: + jamesmudd
2017-03-20 21:39:42jamesmuddsetmessageid: <1490045982.48.0.646383380224.issue2573@psf.upfronthosting.co.za>
2017-03-20 21:39:42jamesmuddlinkissue2573 messages
2017-03-20 21:39:41jamesmuddcreate