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 Eric Appelt, barry, benjamin.peterson, vstinner
Date 2018-01-30.10:33:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517308405.32.0.467229070634.issue30117@psf.upfronthosting.co.za>
In-reply-to
Content
Different failure on AMD64 Windows10 3.x:

======================================================================
FAIL: test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\lib\lib2to3\tests\test_parser.py", line 434, in test_all_project_files
    self.fail("Idempotency failed: %s" % filepath)
AssertionError: Idempotency failed: D:\buildarea\3.x.bolen-windows10\build\lib\lib2to3\btm_matcher.py
History
Date User Action Args
2018-01-30 10:33:25vstinnersetrecipients: + vstinner, barry, benjamin.peterson, Eric Appelt
2018-01-30 10:33:25vstinnersetmessageid: <1517308405.32.0.467229070634.issue30117@psf.upfronthosting.co.za>
2018-01-30 10:33:25vstinnerlinkissue30117 messages
2018-01-30 10:33:25vstinnercreate