[issue34178] test_tcl fails on the 3.7 branch

2022-01-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It was a bug fix. msg320663 states that that issue needs a more complex fix than provided by the initial patch. And that more complex fix was applied. It looks to me that this issue is caused by running new tests with old stdlib. Tests caught a bug in an

[issue34178] test_tcl fails on the 3.7 branch

2022-01-05 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Got it. Thanks for the details. I understand the change in behavior since it was added as part of https://bugs.python.org/issue33974 after 3.7.0 but I don't know if this should be classified as a regression or as a bug fix after a stable release.

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Matthias Klose
Matthias Klose added the comment: this is the python3.7 build for Debian, so yes, installed via a package manager ;) see https://ci.debian.net/data/packages/unstable/amd64/p/python3.7/ for the test results. and yes, that seems to be a regression compared to the 3.7.0 release. --

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks by install do you mean running the test with an installed version of python 3.7.0 from package manager or as a downloaded binary ? I can reproduce it with an installed version from anaconda but the binary compiled on the latest 3.7 branch

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Matthias Klose
Matthias Klose added the comment: seen on Linux x86_64, using Tcl 8.6.8, running the tests in the installed location. -- ___ Python tracker ___

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Tests nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Can you please add information about your OS and how you are running the tests? It passes in Travis for 3.7 branch for my last PR. Tests were added as part of https://bugs.python.org/issue33974 . Ref :

[issue34178] test_tcl fails on the 3.7 branch

2018-07-21 Thread Matthias Klose
New submission from Matthias Klose : test_tcl fails at least on the 3.7 branch with: == FAIL: test_join (test.test_tcl.TclTest) -- Traceback (most recent call