Message280043
| 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:24 | xdegaye | set | recipients:
+ xdegaye, eric.araujo, dstufft, Alex.Willmer |
| 2016年11月04日 08:15:24 | xdegaye | set | messageid: <1478247324.8.0.371471544852.issue26931@psf.upfronthosting.co.za> |
| 2016年11月04日 08:15:24 | xdegaye | link | issue26931 messages |
| 2016年11月04日 08:15:23 | xdegaye | create |
|