Skip to content

Commit 4274ff9

Browse files
committed
Rewrite news to frame this as a feature
Signed-off-by: Filipe Laíns <[email protected]
1 parent 5230b61 commit 4274ff9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
Fix the loaded ``libpython`` library not being taken into account when
2-
calculating :data:`sys.base_prefix` and :data:`sys.base_exec_prefix`.
1+
We now use the location of the ``libpython`` runtime library used in the current
2+
proccess to determine :data:`sys.base_prefix` on all platforms implementing the
3+
`dladdr <https://pubs.opengroup.org/onlinepubs/9799919799/functions/dladdr.html>`
4+
function defined by the UNIX standard — this includes Linux, Android, macOS, iOS,
5+
FreeBSD, etc. This was already the case on Windows and macOS Framework builds.

0 commit comments

Comments
 (0)