[issue24210] Tests failed with -Werror

2015-05-16 Thread Berker Peksag
Berker Peksag added the comment: But what to do with this code after 3.7? And why not to do this right now? It's on my TODO list, but I'll probably won't have time to work on in it before beta 1. Thanks for the review! -- resolution: - fixed stage: - resolved status: open - closed

[issue24210] Tests failed with -Werror

2015-05-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24210 ___ ___

[issue24210] Tests failed with -Werror

2015-05-16 Thread Berker Peksag
Berker Peksag added the comment: Interesting, I ran the test suite twice before commit the patch. I will take a look, thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24210 ___

[issue24210] Tests failed with -Werror

2015-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: test_platform is failed. == ERROR: test_dist (test.test_platform.PlatformTest) -- Traceback (most recent call last): File

[issue24210] Tests failed with -Werror

2015-05-16 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch. An unrelated failure: $ ./python -Werror -m test test_slice [1/1] test_slice test test_slice failed -- Traceback (most recent call last): File /home/berker/projects/cpython/default/Lib/test/test_slice.py, line 82, in test_hash

[issue24210] Tests failed with -Werror

2015-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch LGTM. But what to do with this code after 3.7? And why not to do this right now? An unrelated failure: Ah, this is issue24134. Thank you for reporting this. -- ___ Python tracker

[issue24210] Tests failed with -Werror

2015-05-16 Thread Berker Peksag
Berker Peksag added the comment: Thanks Serhiy. -- resolution: - fixed stage: - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24210 ___

[issue24210] Tests failed with -Werror

2015-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6181146842ba by Berker Peksag in branch 'default': Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). https://hg.python.org/cpython/rev/6181146842ba -- nosy: +python-dev

[issue24210] Tests failed with -Werror

2015-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And test_ssl. $ ./python -Werror -m test.regrtest -vv test_ssl == CPython 3.5.0a4+ (default:08829230079b+, May 16 2015, 19:19:38) [GCC 4.8.2] == Linux-3.13.0-53-generic-i686-athlon-with-debian-jessie-sid little-endian == hash algorithm: siphash24 32bit ==

[issue24210] Tests failed with -Werror

2015-05-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -Werror -m test.regrtest -u all -vv == CPython 3.5.0a4+ (default:5342fad7cd59+, May 16 2015, 15:55:16) [GCC 4.8.2] Traceback (most recent call last): File /home/serhiy/py/cpython/Lib/runpy.py, line 170, in _run_module_as_main __main__,

[issue24210] Tests failed with -Werror

2015-05-16 Thread Berker Peksag
Berker Peksag added the comment: This is caused by issue 1322. I'll fix it. -- assignee: - berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24210 ___

[issue24210] Tests failed with -Werror

2015-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset e73182301a61 by Berker Peksag in branch 'default': Issue #24210: Silence more PendingDeprecationWarning warnings in tests. https://hg.python.org/cpython/rev/e73182301a61 -- ___ Python tracker