]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 13:56:23 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 13:56:23 +0000 (15:56 +0200)
commit12ada79fe94143ca631909a633b537343c761532
tree3f7fcc49dda69158f682c8420b5ffa02b60d60d2
parent15a2cd6a1d015aae7aaee0411a40cc963328be49
[3.13] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878) (#138547)

gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878)
(cherry picked from commit ed522ed211b7b9ea9d85a93b5d6ca79b2df3ef58)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
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]