[issue17192] libffi-3.0.12 import

2013-03-18 Thread Gregory P. Smith
Changes by Gregory P. Smith g...@krypto.org: -- assignee: - gregory.p.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___

[issue17192] libffi-3.0.12 import

2013-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset b10ec5083a53 by Gregory P. Smith in branch '2.7': Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This http://hg.python.org/cpython/rev/b10ec5083a53 -- ___ Python tracker

[issue17192] libffi-3.0.12 import

2013-02-24 Thread Georg Brandl
Georg Brandl added the comment: Updating 3.x branches is fine with me. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___

[issue17192] libffi-3.0.12 import

2013-02-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: An update to libffi is needed for all maintained versions of Python. In 2.7, we're running into the stack being misaligned in 32-bit x86 code which is something a libffi update fixes. It is a simple patch: http://patchwork.ozlabs.org/patch/58128/ which

[issue17192] libffi-3.0.12 import

2013-02-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: By all means, upgrade it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___ Python-bugs-list

[issue17192] libffi-3.0.12 import

2013-02-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: http://bugs.python.org/issue17245 filed to track the stack alignment issue. The only reason i set this as release blocker is to let a release manager decide which of these two issues to proceed with for 2.7.4 and 3.2.4 (and 3.3.1). --

[issue17192] libffi-3.0.12 import

2013-02-19 Thread Matthias Klose
Matthias Klose added the comment: before the updates, ... there seem to be two test failures on sparc solaris. the local libffi/src/sparc/v8.S change was integrated upstream, so I don't yet what could cause these failures. or did they fail before too? --

[issue17192] libffi-3.0.12 import

2013-02-15 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: However internal copy of expat was updated in 2.7 and 3.2 branches about 2 weeks ago (issue #14340). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192

[issue17192] libffi-3.0.12 import

2013-02-13 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Maybe Modules/_ctypes/libffi in 2.7, 3.2 and 3.3 branches should be updated? -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192

[issue17192] libffi-3.0.12 import

2013-02-13 Thread Éric Araujo
Éric Araujo added the comment: Sound like a large change for stable releases. Usually we would not do that. -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___

[issue17192] libffi-3.0.12 import

2013-02-12 Thread Matthias Klose
New submission from Matthias Klose: issue for tracking the libffi-3.0.12 import. checked that builds on x86_64-linux-gnu and arm-linux-gnueabihf do work. still needs updating/checking the extra copies of: - libffi_arm_wince - libffi_msvc - libffi_osx -- components: Extension

[issue17192] libffi-3.0.12 import

2013-02-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7727be7613f9 by doko in branch 'default': - Issue #17192: Import libffi-3.0.12. http://hg.python.org/cpython/rev/7727be7613f9 -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue17192] libffi-3.0.12 import

2013-02-12 Thread Matthias Klose
Changes by Matthias Klose d...@debian.org: -- nosy: +ronaldoussoren ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___ Python-bugs-list

[issue17192] libffi-3.0.12 import

2013-02-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: libffi_osx is not a copy of the regular libffi, but a (fairly old) fork. I don't know how far the two branches have diverged. An important feature of liffi_osx is that is compiles cleanly when all intel and ppc related sources are compiled with '-arch ppc