]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix function signatures for test_socket (#131667)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Mar 2025 14:51:32 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 14:51:32 +0000 (14:51 +0000)
commit69e94e0a1b9569a247725887d0b7f29b26802f71
tree2768ab174336dc28179b46303fa543ef94a8430b
parent4efe397d8e2c14cc5590b799d0a7ae611c610948
gh-111178: Fix function signatures for test_socket (#131667)

Add unicode_fsdecode() wrapper for PyUnicode_DecodeFSDefault() to use
the correct API for Py_BuildValue() converter API.
Modules/socketmodule.c