]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows...
authorAN Long <aisk@users.noreply.github.com>
Fri, 5 Sep 2025 15:51:35 +0000 (00:51 +0900)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 15:51:35 +0000 (18:51 +0300)
commited522ed211b7b9ea9d85a93b5d6ca79b2df3ef58
tree4fc76a4fa2b0e346e8d42db49a10484d7a1a8ff7
parent9158bcf86b54df419cab3131412c25edd11fb0d5
gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878)
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_loading.py
Misc/NEWS.d/next/Library/2025-07-21-01-16-32.gh-issue-83424.Y3tEV4.rst [new file with mode: 0644]