Staging
v0.5.1
https://github.com/python/cpython
Revision 143a97f64128070386b12a0ee589bdaad5e51f40 authored by Brandt Bucher on 16 November 2019, 23:57:32 UTC, committed by Miss Islington (bot) on 16 November 2019, 23:57:32 UTC
1 parent c3f6bdc
Raw File
Tip revision: 143a97f64128070386b12a0ee589bdaad5e51f40 authored by Brandt Bucher on 16 November 2019, 23:57:32 UTC
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
Tip revision: 143a97f
python-wing3.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/__pycache__'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top