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 steve.dower
Recipients dstufft, eric.araujo, pablogsal, paul.moore, scoder, steve.dower, tim.golden, zach.ware
Date 2020-02-05.04:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580878757.67.0.288943612022.issue39555@roundup.psfhosted.org>
In-reply-to
Content
From https://buildbot.python.org/all/#/builders/129/builds/306

======================================================================
FAIL: test_unicode_module_names (distutils.tests.test_build_ext.BuildExtTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\tests\test_build_ext.py", line 315, in test_unicode_module_names
    self.assertRegex(cmd.get_ext_filename(modules[0].name), r'foo\..*')
AssertionError: Regex didn't match: 'foo\\..*' not found in 'foo_d.cp39-win_amd64.pyd'
======================================================================
FAIL: test_unicode_module_names (distutils.tests.test_build_ext.ParallelBuildExtTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\lib\distutils\tests\test_build_ext.py", line 315, in test_unicode_module_names
    self.assertRegex(cmd.get_ext_filename(modules[0].name), r'foo\..*')
AssertionError: Regex didn't match: 'foo\\..*' not found in 'foo_d.cp39-win_amd64.pyd'
History
Date User Action Args
2020-02-05 04:59:17steve.dowersetrecipients: + steve.dower, paul.moore, scoder, tim.golden, eric.araujo, zach.ware, dstufft, pablogsal
2020-02-05 04:59:17steve.dowersetmessageid: <1580878757.67.0.288943612022.issue39555@roundup.psfhosted.org>
2020-02-05 04:59:17steve.dowerlinkissue39555 messages
2020-02-05 04:59:17steve.dowercreate