]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)
authorVictor Stinner <vstinner@python.org>
Mon, 26 Jun 2023 06:30:59 +0000 (08:30 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 06:30:59 +0000 (08:30 +0200)
commit7ca871634e7ae8b9c295df5c2154338d2dac1e69
tree815a93f37e38a5fd7fbe2d6c3df11b65364a33ae
parent00e75a33728cdad7c10088acc36bc55b2f4a0efe
gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)

Remove private _PySequence_BytesToCharpArray() and
_Py_FreeCharPArray() functions from the public C API: move these
functions from Objects/abstract.c to Modules/_posixsubprocess.c.
Include/cpython/abstract.h
Modules/_posixsubprocess.c
Objects/abstract.c