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, dstufft, eric.araujo, xdegaye
Date 2016-11-04.08:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478247324.8.0.371471544852.issue26931@psf.upfronthosting.co.za>
In-reply-to
Content
The problem raised in msg264946 has been fixed at changeset 15835311b5e6.

This new cross-compiled-skip_2.patch is not specific to Android and fixes test_distutils when the executables used to build the interpreter do not exist on the platform
where the test is run.  The patch also does:
* Fix a bug in test_run of Lib/distutils/tests/test_build_clib.py that was using the values of the 'compiler.executables' dictionary instead of the attributes of 'compiler'.
* Removes test_get_python_inc from test_sysconfig.py as Python.h may not be installed on systems where extension modules are not expected to be built (BTW the comment in the test
points out: "This is not much of a test" :).

With this patch, test_distutils runs fine on the Android emulator.
History
Date User Action Args
2016-11-04 08:15:24xdegayesetrecipients: + xdegaye, eric.araujo, dstufft, Alex.Willmer
2016-11-04 08:15:24xdegayesetmessageid: <1478247324.8.0.371471544852.issue26931@psf.upfronthosting.co.za>
2016-11-04 08:15:24xdegayelinkissue26931 messages
2016-11-04 08:15:23xdegayecreate