Staging
v0.5.1
https://github.com/python/cpython
Revision 3cc5817cfaf5663645f4ee447eaed603d2ad290a authored by Vinay Sajip on 22 February 2017, 06:21:17 UTC, committed by GitHub on 22 February 2017, 06:21:17 UTC
Fixed bpo-29565: Corrected ctypes passing of large structs by value.
(cherry picked from commit a86339b83fbd0932e0529a3c91935e997a234582)
1 parent b067a5e
Raw File
Tip revision: 3cc5817cfaf5663645f4ee447eaed603d2ad290a authored by Vinay Sajip on 22 February 2017, 06:21:17 UTC
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220)
Tip revision: 3cc5817
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