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.
V
Victor Stinner committed
463b56da1265a17e4207f651d6d5835a8d6de2dd
Parent: 76e20c3
Committed by GitHub <noreply@github.com>
on 7/22/2023, 1:15:05 PM