aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/Python-tokenize.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-07-22 15:15:05 +0200
committerGitHub <noreply@github.com>2023-07-22 13:15:05 +0000
commit463b56da1265a17e4207f651d6d5835a8d6de2dd (patch)
tree6fde62b4d3ed16217a665f06407c2dcd1024ac3b /Python/Python-tokenize.c
parent76e20c361c8d6bc20d939d436a1c3d4077a58186 (diff)
downloadcpython-463b56da1265a17e4207f651d6d5835a8d6de2dd.tar.gz
cpython-463b56da1265a17e4207f651d6d5835a8d6de2dd.zip
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
Remove private _PyUnicode_AsString() alias to PyUnicode_AsUTF8(). It was kept for backward compatibility with Python 3.0 - 3.2. The PyUnicode_AsUTF8() is available since Python 3.3. The PyUnicode_AsUTF8String() function can be used to keep compatibility with Python 3.2 and older.
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions