mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
b2514c4934
PyUnicodeEncodeError_Create has been deprecated with
`Py_DEPRECATED` macro. But it was not documented.
(cherry picked from commit 46e19b61d3)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>