[issue23027] test_warnings fails with -Werror

2015-04-08 Thread Berker Peksag
Berker Peksag added the comment: Removing issue 18383 from dependencies since the bug is also reproducible on the 3.4 branch. This issue only applies to the default branch. -- dependencies: -test_warnings modifies warnings.filters when running with "-W default" resolution: -> fixed s

[issue23027] test_warnings fails with -Werror

2015-04-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset e64197dad303 by Berker Peksag in branch 'default': Issue #23027: test_warnings now passes all tests when run it with -Werror. https://hg.python.org/cpython/rev/e64197dad303 -- nosy: +python-dev ___ Python

[issue23027] test_warnings fails with -Werror

2015-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch fixes an error, but produces a warning about changed filters. The patch in issue18383 should fix it. The patch LGTM, but I left one question on Rietveld. -- dependencies: +test_warnings modifies warnings.filters when running with "-W defau

[issue23027] test_warnings fails with -Werror

2015-04-04 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch. -- assignee: -> berker.peksag keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file38827/issue23027.diff ___ Python tracker _

[issue23027] test_warnings fails with -Werror

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: This can be reproduced with 3.5 on Windows 8.1. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyth

[issue23027] test_warnings fails with -Werror

2014-12-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue23027] test_warnings fails with -Werror

2014-12-10 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -Werror -m test.regrtest -v test_warnings ... == ERROR: test_warning_classes (test.test_warnings.CWarnTests) --