[issue17192] libffi-3.0.13 import

2013-04-30 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17192] libffi-3.0.13 import

2013-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7a2e0c1bb1a9 by Gregory P. Smith in branch '3.2': * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone http://hg.python.org/cpython/rev/7a2e0c1bb1a9 New changeset aa3371fa9773 by Gregory P. Smith in branch '3.3': * Fix PART of is

[issue17192] libffi-3.0.13 import

2013-04-30 Thread koobs
koobs added the comment: Ready to confirm on buildbots when this lands Also, libffi-3.0.13 is installed on my buildbots if you want to use -custom to have a play, I can be pinged anytime on IRC if I can be of any assistance. koobs @ #python-dev --

[issue17192] libffi-3.0.13 import

2013-04-30 Thread Georg Brandl
Georg Brandl added the comment: OK, 3.2 block disabled, push away. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue17192] libffi-3.0.13 import

2013-04-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: I've got this and all of the fixes necessary for 3.3, default and 2.7 in my local repositories. odd thing in the 3.2 patch: it is entirely unclear to me if the issue 10309 fix needs to be kept. i included it as it was missing from 3.2 after previous commit

[issue17192] libffi-3.0.13 import

2013-04-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks. For 3.2, please attach a patch here. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue17192] libffi-3.0.13 import

2013-04-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: it _looks_ like the libffi updates i put in 3.2, 3.3 and default (3.4) are messed up with some changes missing in 3.2 and more missing in 3.3 and 3.4. (i'm comparing vs upstream 3.0.13 <-> 2.7 <-> 3.2 <-> 3.3 <-> 3.4). i blame the mess of merging that was r

[issue17192] libffi-3.0.13 import

2013-04-28 Thread Georg Brandl
Georg Brandl added the comment: Greg? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue17192] libffi-3.0.13 import

2013-04-20 Thread R. David Murray
Changes by R. David Murray : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue17192] libffi-3.0.13 import

2013-04-20 Thread koobs
koobs added the comment: These break what was addressed in #11729 for default, 3,x and 3.3. 2.7 seems to have made it through unscathed. I'm not sure where or how the old code was introduced, but the clang fix has been upstreamed and is correct in the pure libffi 3.0.13 sources Failure to bui

[issue17192] libffi-3.0.13 import

2013-03-19 Thread Gregory P. Smith
Gregory P. Smith added the comment: 2.7, 3.2, 3.3 and 3.4 have all be updated to ctypes v3.0.13. fwiw, I tried a build of 3.3 on Sparc Solaris 10 using snakebite (nitrogen) and ctypes builds and links but two tests fail: ctypes.test.test_bitfields.C_Test test_ints and test_shorts failed. That

[issue17192] libffi-3.0.13 import

2013-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 43e8da639462 by Gregory P. Smith in branch '3.2': Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This http://hg.python.org/cpython/rev/43e8da639462 New changeset f23274357fc8 by Gregory P. Smith in branch '3.3': Fixes Issue #1719

[issue17192] libffi-3.0.13 import

2013-03-18 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- title: libffi-3.0.12 import -> libffi-3.0.13 import ___ Python tracker ___ ___ Pyt