Staging
v0.5.1
https://github.com/python/cpython
Revision b9d2e97601847a1845bf96e2895a6214f02b92a6 authored by Pablo Galindo on 13 February 2019, 00:45:53 UTC, committed by GitHub on 13 February 2019, 00:45:53 UTC
1 parent 3dc67d0
Raw File
Tip revision: b9d2e97601847a1845bf96e2895a6214f02b92a6 authored by Pablo Galindo on 13 February 2019, 00:45:53 UTC
Fix potential memory leak in parsetok.c (GH-11832)
Tip revision: b9d2e97
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