]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153903: Use `@ctypes.util.wrap_dll_function()` (#154122)
authorVictor Stinner <vstinner@python.org>
Sun, 19 Jul 2026 15:12:07 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:12:07 +0000 (15:12 +0000)
commit249d5e0a10839f9891caa85de35a8a9cf5d7a3a3
treebf7b47d4b557de074eeb9e70a3f823e31dea0816
parent8d11eb0c31efcfd1d504650a564d9a4b45cba721
gh-153903: Use `@ctypes.util.wrap_dll_function()` (#154122)
Lib/platform.py
Lib/test/pythoninfo.py
Lib/test/test_android.py
Lib/test/test_embed.py
Lib/test/test_ntpath.py
Lib/test/test_os/test_windows.py
Lib/test/win_console_handler.py