]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:13 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 13:56:13 +0000 (15:56 +0200)
commitb5230d73a9c9893df0f00035a2c7ab0d61d83233
tree8ca80ee922056736d2da9d664267d4aafcd1903c
parentd729fcf6e372ccc49ee15948ef1bab320af95a0b
[3.14] gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878) (#138546)

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>
Co-authored-by: Petr Viktorin <encukou@gmail.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]