Staging
v0.5.1
https://github.com/python/cpython
Revision 36101c2c5daf692d1716e17720c6c5197f28e25d authored by Miss Islington (bot) on 13 July 2019, 03:33:53 UTC, committed by GitHub on 13 July 2019, 03:33:53 UTC
(cherry picked from commit b9a0376b0dedf16a2f82fa43d851119d1f7a2707)

Co-authored-by: gescheit <gescheit@yandex-team.ru>
1 parent bfb709b
Raw File
Tip revision: 36101c2c5daf692d1716e17720c6c5197f28e25d authored by Miss Islington (bot) on 13 July 2019, 03:33:53 UTC
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
Tip revision: 36101c2
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