[issue35947] Update libffi_msvc to current version of libffi

2019-06-03 Thread Petr Viktorin


Petr Viktorin  added the comment:

Possible regression caused by this change: https://bugs.python.org/issue37140

--
nosy: +petr.viktorin

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-05-17 Thread Paul Monson


Paul Monson  added the comment:

Would you like me to submit a PR to the What's New doc?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-05-11 Thread STINNER Victor


STINNER Victor  added the comment:

I am talking about the commit whixh removed the directory. I am happy that
someone succeeded to write it ;-)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-05-11 Thread SilentGhost


SilentGhost  added the comment:

> I also wanted libffi_msvc/ to be removed.

An empty directory is not really tracked by git, you should be able to just 
remove it manually without any problems, alternatively you could try

git clean -fd  # on a clean tree

add -n for dry run.

--
nosy: +SilentGhost

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-05-11 Thread STINNER Victor


STINNER Victor  added the comment:

Would it be possible to add a What's New in Python 3.8 entry about this change? 
IMHO it is big and important enough to be mentioned ;-) I also wanted 
libffi_msvc/ to be removed. Thanks!

--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-05-03 Thread Paul Monson


Change by Paul Monson :


--
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-03-31 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 48600c72c1afe1096c2412a135a43f8cdd895195 by Serhiy Storchaka 
(Zackery Spytz) in branch 'master':
bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc(). 
(GH-12629)
https://github.com/python/cpython/commit/48600c72c1afe1096c2412a135a43f8cdd895195


--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-03-30 Thread Zackery Spytz


Change by Zackery Spytz :


--
pull_requests: +12562

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-03-29 Thread Steve Dower


Steve Dower  added the comment:


New changeset 32119e10b792ad7ee4e5f951a2d89ddbaf111cc5 by Steve Dower (Paul 
Monson) in branch 'master':
bpo-35947: Update Windows to the current version of libffi (GH-11797)
https://github.com/python/cpython/commit/32119e10b792ad7ee4e5f951a2d89ddbaf111cc5


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson


Change by Paul Monson :


--
keywords: +patch, patch
pull_requests: +11803, 11804
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson


Change by Paul Monson :


--
keywords: +patch, patch, patch, patch
pull_requests: +11803, 11804, 11805, 11806
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson


Change by Paul Monson :


--
keywords: +patch, patch, patch
pull_requests: +11803, 11804, 11806
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson


Change by Paul Monson :


--
keywords: +patch
pull_requests: +11803
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35947] Update libffi_msvc to current version of libffi

2019-02-08 Thread Paul Monson


New submission from Paul Monson :

libffi needs to be updated to the current version for Windows builds to make it 
easier to add ARM support

--
components: Windows, ctypes
messages: 335115
nosy: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Update libffi_msvc to current version of libffi
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com