]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148758: Fix dynamic loading file extensions for Cygwin (#148759)
authorCarlo Bramini <carlo_bramini@users.sourceforge.net>
Wed, 13 May 2026 21:50:24 +0000 (23:50 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 21:50:24 +0000 (21:50 +0000)
commit50476a7e87926cf6a9ea978943c4a3d5d771c95f
tree2d040360d958bb6248c4acc08ba0d48d26081b21
parentb6854c50988761b305972e6e83b642c46cf00448
gh-148758: Fix dynamic loading file extensions for Cygwin (#148759)

Co-authored-by: Victor Stinner <vstinner@python.org>
Python/dynload_shlib.c