]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99948: Support ctypes.util.find_library in emscripten environment (#138519)
authorGyeongjae Choi <def6488@gmail.com>
Wed, 17 Sep 2025 10:17:56 +0000 (19:17 +0900)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 10:17:56 +0000 (10:17 +0000)
commit218b8dbc789fe709c45d3f3423142577bae3e6a5
tree058dba2b8ec310cc98a8d446cf9428f0b02e0e2e
parent69a5ea53403763ef87bb33f7d9b819bdee2883be
gh-99948: Support ctypes.util.find_library in emscripten environment (#138519)

Adds support for ctypes loading .so files directly.

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Lib/ctypes/util.py
Lib/test/test_ctypes/test_find.py
Misc/NEWS.d/next/Library/2025-09-05-05-53-43.gh-issue-99948.KMSlG6.rst [new file with mode: 0644]