Skip to content

Commit 4ebcd7e

Browse files
authored
bpo-21536: Update What's New in Python 3.8 entry (GH-13242)
Android still links to libpython.
1 parent 960bb88 commit 4ebcd7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ environment variable, can be set using the new ``./configure --with-trace-refs``
138138
build option.
139139
(Contributed by Victor Stinner in :issue:`36465`.)
140140

141-
On Unix, C extensions are no longer linked to libpython. It is now possible
141+
On Unix, C extensions are no longer linked to libpython except on Android.
142+
It is now possible
142143
for a statically linked Python to load a C extension built using a shared
143144
library Python.
144145
(Contributed by Victor Stinner in :issue:`21536`.)

0 commit comments

Comments
 (0)