This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Alex.Willmer, amaury.forgeotdarc, belopolsky, meador.inge, xdegaye, yan12125
Date 2016-07-26.16:17:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469549832.01.0.872800831018.issue26942@psf.upfronthosting.co.za>
In-reply-to
Content
Nice, the patch fixes the problem when python is built with gcc :)
Running test_ctypes on the Android emulator when python is built for the arm architecture or the armv7 architecture gives in both cases the same successfull result:

    Ran 456 tests in 30.424s

    OK (skipped=92)
    test.test_ctypes passed in 41 sec
    1 test OK.
    Total duration: 0:00:43

I did not try with clang, stopped by the problem in issue 27627 for armv7 and in issue 27606 for arm.
History
Date User Action Args
2016-07-26 16:17:12xdegayesetrecipients: + xdegaye, amaury.forgeotdarc, belopolsky, meador.inge, Alex.Willmer, yan12125
2016-07-26 16:17:12xdegayesetmessageid: <1469549832.01.0.872800831018.issue26942@psf.upfronthosting.co.za>
2016-07-26 16:17:12xdegayelinkissue26942 messages
2016-07-26 16:17:11xdegayecreate