]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104533: Fix ctypes test_pointer_proto_missing_argtypes_error() (#154169)
authorVictor Stinner <vstinner@python.org>
Sun, 19 Jul 2026 16:24:12 +0000 (18:24 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 16:24:12 +0000 (16:24 +0000)
commitda5713c489c63622c0fdd25343a7ea7293a66e68
tree47fc339c729fa54bac38309245cad9ac6facc9ca
parentf2521324e6bdf331460abec7c2a88e2d3736b91c
gh-104533: Fix ctypes test_pointer_proto_missing_argtypes_error() (#154169)

Save/restore Py_GetVersion.argtypes, since Py_GetVersion is used in
another test.
Lib/test/test_ctypes/test_pointers.py