mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
This change is part of the work on PEP-738: Adding Android as a
supported platform.
* Remove the "1.0" suffix from libpython's filename on Android, which
would prevent Gradle from packaging it into an app.
* Simplify the build command in the Makefile so that libpython always
gets given an SONAME with the `-Wl-h` argument, even if the SONAME is
identical to the actual filename.
* Disable a number of functions on Android which can be compiled and
linked against, but always fail at runtime. As a result, the native
_multiprocessing module is no longer built for Android.
* gh-115390 (
|
||
|---|---|---|
| .. | ||
| macholib | ||
| __init__.py | ||
| _aix.py | ||
| _endian.py | ||
| util.py | ||
| wintypes.py | ||