forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Filipe Laíns <lains@riseup.net
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
Misc/NEWS.d/next/Core_and_Builtins/2024-12-15-19-51-54.gh-issue-127970.vdUp-y.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
We now use the location of the ``libpython`` runtime library used in the current | ||
proccess to determine :data:`sys.base_prefix` on all platforms implementing the | ||
`dladdr <https://pubs.opengroup.org/onlinepubs/9799919799/functions/dladdr.html>` | ||
function defined by the UNIX standard — this includes Linux, Android, macOS, iOS, | ||
FreeBSD, etc. This was already the case on Windows and macOS Framework builds. | ||
`dladdr <https://pubs.opengroup.org/onlinepubs/9799919799/functions/dladdr.html>`_ | ||
function defined by the UNIX standard — this includes Linux, Android, macOS, | ||
iOS, FreeBSD, etc. This was already the case on Windows and macOS Framework | ||
builds. |