]> granicus.if.org Git - python/commitdiff
bpo-21536: Update What's New in Python 3.8 entry (GH-13242)
authorVictor Stinner <vstinner@redhat.com>
Sat, 11 May 2019 02:10:03 +0000 (04:10 +0200)
committerGitHub <noreply@github.com>
Sat, 11 May 2019 02:10:03 +0000 (04:10 +0200)
Android still links to libpython.

Doc/whatsnew/3.8.rst

index 6bb03422c6bc3ef1e3c1cf529777eed7971b0928..58b23211cc67aad65185efb9f0660daa9109ba08 100644 (file)
@@ -138,7 +138,8 @@ environment variable, can be set using the new ``./configure --with-trace-refs``
 build option.
 (Contributed by Victor Stinner in :issue:`36465`.)
 
-On Unix, C extensions are no longer linked to libpython. It is now possible
+On Unix, C extensions are no longer linked to libpython except on Android.
+It is now possible
 for a statically linked Python to load a C extension built using a shared
 library Python.
 (Contributed by Victor Stinner in :issue:`21536`.)