This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients hawkowl, miss-islington, ned.deily, serhiy.storchaka, vstinner
Date 2018-06-03.15:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528041397.25.0.592728768989.issue33509@psf.upfronthosting.co.za>
In-reply-to
Content
This test is failed with -We.

$ ./python -We -m test -v test_warnings
...
======================================================================
ERROR: test_module_globals (test.test_warnings.CFilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_warnings/__init__.py", line 226, in test_module_globals
    module_globals=None)
UserWarning: msg

======================================================================
ERROR: test_module_globals (test.test_warnings.PyFilterTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_warnings/__init__.py", line 226, in test_module_globals
    module_globals=None)
  File "/home/serhiy/py/cpython/Lib/warnings.py", line 375, in warn_explicit
    raise message
UserWarning: msg

----------------------------------------------------------------------
History
Date User Action Args
2018-06-03 15:56:37serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ned.deily, hawkowl, miss-islington
2018-06-03 15:56:37serhiy.storchakasetmessageid: <1528041397.25.0.592728768989.issue33509@psf.upfronthosting.co.za>
2018-06-03 15:56:37serhiy.storchakalinkissue33509 messages
2018-06-03 15:56:37serhiy.storchakacreate