]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91353: Fix void return type handling in ctypes (GH-32246)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 14 Apr 2022 14:27:01 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 14:27:01 +0000 (16:27 +0200)
commit1b035d9699aaebbe4f1ca096345d538caa07907a
tree7c5104e6f30e44a499416f062d094eacc4a1ddb0
parent17dbb6bc10ca8a8b602335414c047294f00afcbe
gh-91353: Fix void return type handling in ctypes (GH-32246)
Misc/NEWS.d/next/Core and Builtins/2022-04-03-17-21-04.bpo-47197.Ji_c30.rst [new file with mode: 0644]
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c