]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
authormrh1997 <robert.hoelzl@posteo.de>
Sun, 5 Feb 2023 17:36:57 +0000 (18:36 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2023 17:36:57 +0000 (23:06 +0530)
commitf7e9fbacb250ad9df95d0024161b40dfdc9cc39e
tree5451f3cff3d0f30dc567788af2be7e9012957312
parent90d85a9b4136aa1feb02f88aab614a3c29f20ed3
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/library/ctypes.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_loading.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-05-21-17-18-00.gh-issue-77772.Fhg84L.rst [new file with mode: 0644]