diff options
author | Victor Stinner <vstinner@python.org> | 2025-02-20 14:02:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 14:02:02 +0100 |
commit | 519c2c6740178831125359babbfe288cee4c25e0 (patch) | |
tree | 38f5dfe50a3a7d7226430f43eb58fb346b2d605d /Python/codecs.c | |
parent | 3bda821a83dfc660eba09718845ff92ef9e274c7 (diff) | |
download | cpython-519c2c6740178831125359babbfe288cee4c25e0.tar.gz cpython-519c2c6740178831125359babbfe288cee4c25e0.zip |
gh-128863: Deprecate the private _PyUnicodeWriter API (#129245)
Deprecate private C API functions:
* _PyUnicodeWriter_Init()
* _PyUnicodeWriter_Finish()
* _PyUnicodeWriter_Dealloc()
* _PyUnicodeWriter_WriteChar()
* _PyUnicodeWriter_WriteStr()
* _PyUnicodeWriter_WriteSubstring()
* _PyUnicodeWriter_WriteASCIIString()
* _PyUnicodeWriter_WriteLatin1String()
These functions are not deprecated in the internal C API (if the
Py_BUILD_CORE macro is defined).
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions