cpython/Doc/deprecations
Victor Stinner 519c2c6740
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).
2025-02-20 14:02:02 +01:00
..
c-api-pending-removal-in-3.14.rst gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 (#129024) 2025-01-19 20:51:17 +01:00
c-api-pending-removal-in-3.15.rst gh-129342: Explain how to replace Py_GetProgramName() in C (#129361) 2025-02-03 12:36:41 +01:00
c-api-pending-removal-in-3.18.rst gh-128863: Deprecate the private _PyUnicodeWriter API (#129245) 2025-02-20 14:02:02 +01:00
c-api-pending-removal-in-future.rst Cleanup What's New in Python 3.14 (C API changes) (#129341) 2025-01-27 16:06:07 +01:00
index.rst gh-123299: Copyedit "What's New in Python 3.14" (#125438) 2024-10-15 10:39:15 +03:00
pending-removal-in-3.13.rst gh-123299: Copyedit "What's New in Python 3.14" (#125438) 2024-10-15 10:39:15 +03:00
pending-removal-in-3.14.rst Postpone module.__loader__ deprecation to Python 3.16 (#126482) 2024-11-09 16:48:33 -08:00
pending-removal-in-3.15.rst gh-125746: Delay deprecated zipimport.zipimporter.load_module removal time to 3.15 (#125748) 2025-02-11 23:59:09 +00:00
pending-removal-in-3.16.rst gh-129064: Fix RST markup for the NEWS and What's New entries (#129131) 2025-01-21 12:43:09 +01:00
pending-removal-in-future.rst gh-125746: Delay deprecated zipimport.zipimporter.load_module removal time to 3.15 (#125748) 2025-02-11 23:59:09 +00:00