Staging
v0.5.1
https://github.com/python/cpython
Revision d2c6ecc234e705b60cbcbb9dd4c99022407d0dd0 authored by Miss Islington (bot) on 04 June 2018, 17:23:41 UTC, committed by GitHub on 04 June 2018, 17:23:41 UTC

Fix test_warnings.test_module_globals() when python3 is run with
-Werror.
(cherry picked from commit e292b75e3ecdc6bbe81cda09de836dc9e27ab9e6)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 1cdd0e7
Raw File
Tip revision: d2c6ecc234e705b60cbcbb9dd4c99022407d0dd0 authored by Miss Islington (bot) on 04 June 2018, 17:23:41 UTC
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
Tip revision: d2c6ecc
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top