]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153903: Copy docstrings and other metadata in `ctypes.util.wrap_dll_function`...
authorBrian Ward <bward@flatironinstitute.org>
Thu, 23 Jul 2026 16:57:55 +0000 (12:57 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2026 16:57:55 +0000 (16:57 +0000)
commit2b4e062a277f888c0139ac7196c2b6dcaed795dc
tree32efe98b82f68185074be03c9a6ca86dc60165d7
parent0ca0107e4fc842b57ec12a39a51c9ce390d43c4b
gh-153903: Copy docstrings and other metadata in `ctypes.util.wrap_dll_function` (GH-154495)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/library/ctypes.rst
Lib/ctypes/util.py
Lib/test/test_ctypes/test_funcptr.py