This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner, xiang.zhang
Date 2018-07-18.16:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531933178.34.0.56676864532.issue32692@psf.upfronthosting.co.za>
In-reply-to
Content
Another failure on Python 3.6 on my PR 8330:

https://ci.appveyor.com/project/python/cpython/build/3.6build19434/job/n24xudh8egp8i78j

======================================================================
FAIL: test_set_and_clear (test.test_threading.EventTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\lock_tests.py", line 417, in test_set_and_clear
    self.assertEqual(results, [True] * N)
AssertionError: Lists differ: [False, False, False, True, True] != [True, True, True, True, True]
First differing element 0:
False
True
- [False, False, False, True, True]
+ [True, True, True, True, True]
----------------------------------------------------------------------
History
Date User Action Args
2018-07-18 16:59:38vstinnersetrecipients: + vstinner, xiang.zhang
2018-07-18 16:59:38vstinnersetmessageid: <1531933178.34.0.56676864532.issue32692@psf.upfronthosting.co.za>
2018-07-18 16:59:38vstinnerlinkissue32692 messages
2018-07-18 16:59:38vstinnercreate