]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149831: Fix ctypes DLL library name on Cygwin (#149832)
authorCarlo Bramini <carlo_bramini@users.sourceforge.net>
Fri, 15 May 2026 14:29:26 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2026 14:29:26 +0000 (14:29 +0000)
commit50aff5fc5ccc5b7c64ad5dcbf2a2d125436b85a0
tree48de398342723f26500159b62e5451e4db785473
parenta318a9d8d7788fff31f05dba6d58aec676e98eb6
gh-149831: Fix ctypes DLL library name on Cygwin (#149832)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/ctypes/__init__.py