[issue15194] libffi-3.0.11 update

2013-04-08 Thread Matthias Klose

Matthias Klose added the comment:

3.0.13 is now in 2.7.4, 3.2.4, 3.3.1 and the trunk.

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-07-07 Thread Florent Xicluna

Florent Xicluna florent.xicl...@gmail.com added the comment:

Few warnings when building trunk (on 10.6):

./Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:49: warning: function declaration 
isn’t a prototype
./Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:379: warning: function declaration 
isn’t a prototype

--
nosy: +flox

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-07-07 Thread Matthias Klose

Matthias Klose d...@debian.org added the comment:

libffi_osx wasn't (yet) updated. so this seems to be unrelated to the 3.0.11 
update.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-30 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 989efaab9525 by doko in branch 'default':
- Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.
http://hg.python.org/cpython/rev/989efaab9525

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-30 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 6fe974b8056c by doko in branch 'default':
- Issue #15194: check in the missing m4/ax_append_flag.m4 file.
http://hg.python.org/cpython/rev/6fe974b8056c

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-26 Thread Matthias Klose

New submission from Matthias Klose d...@debian.org:

here is an update for libffi 3.0.11.  For now, only tested on x86-linux and 
arm-linux-gnueabi.  Proposing the check it in, and then test again, if the 
libffi_osx and libffi_msvc copies can be removed, if 3.0.11 works on these 
platforms (however I can't test on these myself).

--
components: ctypes
files: libffi-3.0.11.diff.xz
keywords: patch
messages: 164080
nosy: doko
priority: normal
severity: normal
status: open
title: libffi-3.0.11 update
versions: Python 3.3
Added file: http://bugs.python.org/file26169/libffi-3.0.11.diff.xz

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-26 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +meador.inge, ned.deily, skrah

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-26 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +ronaldoussoren

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-26 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 25421e1c48bb by doko in branch 'default':
- Issue #15194: Update libffi to the 3.0.11 release.
http://hg.python.org/cpython/rev/25421e1c48bb

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-26 Thread Ronald Oussoren

Ronald Oussoren ronaldousso...@mac.com added the comment:

Removing libffi_osx would be fairly hard due to the creation of fat binaries, 
the libffi_osx tree supports building all files using 'cc -arch i386 -arch ppc 
-arch x86_64', the regular libffi sources require a more complex dance 
(basically build all architectures separately then merge them together).

OTOH libffi_osx seems to have problems when using with recent versions of clang.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15194] libffi-3.0.11 update

2012-06-26 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15194
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com