[issue34806] distutils tests fail with recent 3.7 branch

2019-06-17 Thread Ned Deily
Ned Deily added the comment: Since there has been no followup on this, I assume it is no longer a problem for anyone and am closing. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue34806] distutils tests fail with recent 3.7 branch

2018-10-06 Thread Ned Deily
Ned Deily added the comment: @doko, Is this still reproducible with either 3.7.1rc1 or current 3.7 head? Otherwise, let's consider closing it. -- nosy: +ned.deily ___ Python tracker

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: @doko As an update 3.7.1rc1 is available . The fixes should be there. I think they are worth checking out to see if the cases still fail or if you can add the links for the branches 20180925 and 20180911 snapshot. I can do a clean rebuild of these

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread STINNER Victor
STINNER Victor added the comment: > well, it was top of the branch yesterday Hum, I don't understand because we don't have the same line number: File "/usr/lib/python3.7/distutils/log.py", line 34, in _log stream.write('%s\n' % msg) $ git show

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Matthias Klose
Matthias Klose added the comment: well, it was top of the branch yesterday -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread STINNER Victor
STINNER Victor added the comment: Hum, to be clear, I suggest to close the issue (FIXED), since both failures have been fixed in development branches. -- ___ Python tracker

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread STINNER Victor
STINNER Victor added the comment: I don't understand this bug report. "./python -m test test_distutils -v -m test_non_ascii" pass in 3.6, 3.7 and master branches. > two distutils tests fail when running the tests from an installed location. > 3.7 branch 20180925, succeeded with a 20180911

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Matthias Klose
Matthias Klose added the comment: issue34530 was already fixed on 20180904, so there's something else... -- ___ Python tracker ___

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Test case failure regarding test_find_executable was fixed with issue34530 on master and backported. Thanks -- ___ Python tracker

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have reproduced this error by checking out the revision before issue34421 changes. git checkout 77b92b15a5e5c84b91d3fd9d02f63db432fa8903~ Lib/distutils/log.py ./python -m test -v -m test_log test_distutils --

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The test in distutils/tests/test_log.py matches the current code (with changes added in issue34421), but the code in distutils/log.py doesn't match the current code. Looks like the stdlib and tests are unsynchronized. --

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Matthias Klose
Change by Matthias Klose : -- nosy: +serhiy.storchaka, steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34806] distutils tests fail with recent 3.7 branch

2018-09-26 Thread Matthias Klose
New submission from Matthias Klose : two distutils tests fail when running the tests from an installed location. 3.7 branch 20180925, succeeded with a 20180911 snapshot. Is there any locale setting required? == ERROR: