aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_sqlite/blob.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-11-01 16:34:42 +0100
committerGitHub <noreply@github.com>2023-11-01 16:34:42 +0100
commitd9b606b3d04fc56fb0bcc479d7d6c14562edb5e2 (patch)
tree14d10605507380e411d5f62e5bab28f74091129d /Modules/_sqlite/blob.c
parent97b3cd38d105fd891ba46dd27d08f03d1c6dd348 (diff)
downloadcpython-d9b606b3d04fc56fb0bcc479d7d6c14562edb5e2.tar.gz
cpython-d9b606b3d04fc56fb0bcc479d7d6c14562edb5e2.zip
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Replace PyUnicode_AsUTF8AndSize() with PyUnicode_AsUTF8() to remove the explicit check for embedded null characters. The change avoids to have to include explicitly <string.h> to get the strlen() function when using a recent version of the limited C API.
Diffstat (limited to 'Modules/_sqlite/blob.c')
0 files changed, 0 insertions, 0 deletions