[issue12081] Remove distributed copy of libffi

2012-07-08 Thread Martin v . Löwis
Martin v. Löwis added the comment: Closing as a duplicate. The original issue is resolved: we are not distributing an old copy of libffi anymore. -- resolution: -> duplicate status: open -> closed superseder: -> libffi-3.0.11 update ___ Python tra

[issue12081] Remove distributed copy of libffi

2012-07-08 Thread Meador Inge
Meador Inge added the comment: Matthias recently updated libffi to 3.0.11 (issue15194). It would seem that we intend to keep a local copy of the libffi sources for now and that this issue can be closed. Does anyone see a reason to keep this open? --

[issue12081] Remove distributed copy of libffi

2012-04-18 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +amaury.forgeotdarc, belopolsky, eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue12081] Remove distributed copy of libffi

2012-04-17 Thread Matthias Klose
Matthias Klose added the comment: The last time I merged libffi, we were not able to build the MacOS X and Windows libffi from the upstream sources, but used the internal copy of the copy. Now that libffi 3.0.11 is released, we could - update to this new version, see if the MacOS X and Windo

[issue12081] Remove distributed copy of libffi

2012-04-16 Thread Martin v . Löwis
Martin v. Löwis added the comment: Arfrever: I doubt anybody has contributed patches back, or that anybody is interested in doing so. I personally don't see a problem in using an old libffi version, so I fail to see Benjamin's issue. Figuring out how exactly to use the system libffi is more

[issue12081] Remove distributed copy of libffi

2012-04-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't think we have ever "supported" WinCE (which is apparently named "Windows Embedded Compact 7" nowadays). It only provides a subset of the Win32 API so the current tree may not even compile. -- nosy: +brian.curtin, loewis, pitrou __

[issue12081] Remove distributed copy of libffi

2012-04-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +meador.inge ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue12081] Remove distributed copy of libffi

2012-04-14 Thread Ross Lagerwall
Ross Lagerwall added the comment: In any case, it should be OK to remove libffi_arm_wince? Is WinCE supported? -- ___ Python tracker ___ ___

[issue12081] Remove distributed copy of libffi

2011-05-23 Thread Matthias Klose
Matthias Klose added the comment: iirc after merging 3.0.9, we still had to use the internal libffi bits for windows and macosx. I didn't check 3.0.10rc8 -- nosy: +doko ___ Python tracker

[issue12081] Remove distributed copy of libffi

2011-05-16 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Has the patch been sent to libffi upstream? What was the response from libffi upstream? -- ___ Python tracker ___ ___

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Roumen Petrov
Roumen Petrov added the comment: On windows work with patched version of library . Unpatched does not work but I cannot remember python issue number. -- nosy: +rpetrov ___ Python tracker _

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Georg Brandl
Georg Brandl added the comment: Sounds reasonable. How will this work on Windows? -- nosy: +georg.brandl ___ Python tracker ___ ___

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- nosy: +rosslagerwall ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Nadeem Vawda
Changes by Nadeem Vawda : -- nosy: +nadeem.vawda ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue12081] Remove distributed copy of libffi

2011-05-15 Thread Benjamin Peterson
New submission from Benjamin Peterson : I believe the bugs which the patched version of libffi used have been fixed in recent versions. We should stop distributing an old version. -- components: ctypes messages: 136034 nosy: benjamin.peterson priority: normal severity: normal status: op