Staging
v0.5.1
https://github.com/python/cpython
Revision 106271568c58cfebae58f0c52b640dbe716ba2ce authored by Vinay Sajip on 12 November 2019, 12:29:34 UTC, committed by GitHub on 12 November 2019, 12:29:34 UTC
1 parent c8b53dc
Raw File
Tip revision: 106271568c58cfebae58f0c52b640dbe716ba2ce authored by Vinay Sajip on 12 November 2019, 12:29:34 UTC
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
Tip revision: 1062715
python-wing5.wpr
#!wing
#!version=5.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