]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
authorJoe Jevnik <JoeJev@gmail.com>
Tue, 23 Apr 2024 11:15:15 +0000 (07:15 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2024 11:15:15 +0000 (13:15 +0200)
commiteb927e9fc823de9539fcb82c9ea9d055462eb04a
treec51abe6fd065cbdbbfa1e95f2bbf2f90a6d85eef
parente17cd1fbfd4f20824c686c7242423e84ba6a6cc5
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)

Co-authored-by: Joe Jevnik <joe@quantopian.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_capi/test_getargs.py
Misc/NEWS.d/next/C API/2024-03-18-17-29-52.gh-issue-68114.W7R_lI.rst [new file with mode: 0644]
Modules/_testcapi/getargs.c
Python/getargs.c