[issue39555] test_distutils fails for Windows debug build

2020-02-18 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset d77e77116fa7a9fc85be1d9f417c7e9e33fe1296 by Miss Islington (bot) in branch '3.8': bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) (GH-18548)

[issue39555] test_distutils fails for Windows debug build

2020-02-18 Thread STINNER Victor
STINNER Victor added the comment: This issue is related to bpo-39432. commit 9538bc9185e934bee2bd5ae2cda2b2e92a61906d Author: Stefan Behnel Date: Tue Feb 4 16:24:30 2020 +0100 bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150)

[issue39555] test_distutils fails for Windows debug build

2020-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +17927 pull_request: https://github.com/python/cpython/pull/18546 ___ Python tracker ___

[issue39555] test_distutils fails for Windows debug build

2020-02-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +17926 pull_request: https://github.com/python/cpython/pull/18548 ___ Python tracker ___

[issue39555] test_distutils fails for Windows debug build

2020-02-05 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39555] test_distutils fails for Windows debug build

2020-02-05 Thread Steve Dower
Steve Dower added the comment: New changeset ab0d892288f3058856a821e8c3e4ed8a562b by Steve Dower in branch 'master': bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) https://github.com/python/cpython/commit/ab0d892288f3058856a821e8c3e4ed8a562b

[issue39555] test_distutils fails for Windows debug build

2020-02-04 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +17732 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18357 ___ Python tracker

[issue39555] test_distutils fails for Windows debug build

2020-02-04 Thread Steve Dower
New submission from Steve Dower : >From https://buildbot.python.org/all/#/builders/129/builds/306 == FAIL: test_unicode_module_names (distutils.tests.test_build_ext.BuildExtTestCase)