]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)
authorOleg Iarygin <oleg@arhadthedev.net>
Thu, 26 Jan 2023 14:16:27 +0000 (18:16 +0400)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 14:16:27 +0000 (18:16 +0400)
commit409f5337a3e466a5ef673797575cbd1745d27ca9
tree0c9ffc5b555865b423a0a7bf45a0f43271ec964b
parentf2ac9510a5aa4f71d468f486140eae60f46833ad
gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)

Created from a patch file attached to an issue, by Anatoly Techtonik.
Lib/ctypes/wintypes.py
Lib/test/test_ctypes/test_wintypes.py
Misc/NEWS.d/next/Library/2022-09-26-21-18-47.gh-issue-60580.0hBgde.rst [new file with mode: 0644]