- PyUnicode_AsDecodedObject - PyUnicode_AsDecodedUnicode - PyUnicode_AsEncodedUnicode - PyUnicode_AsEncodedObject Were deprecated in 3.6 in https://github.com/python/cpython/commit/0093907f0ed88c6aa3561cc4328154ae907bc976 by @serhiy-storchaka They have no documentation. Will schedule them for removal in 3.15 as suggested by @vstinner in https://github.com/python/cpython/issues/46236#issuecomment-2821199571 <!-- gh-linked-prs --> ### Linked PRs * gh-132799 <!-- /gh-linked-prs -->
Were deprecated in 3.6 in 0093907 by @serhiy-storchaka
They have no documentation.
Will schedule them for removal in 3.15 as suggested by @vstinner in #46236 (comment)
Linked PRs
PyUnicode_AsDecoded/Encodedfunctions for 3.15 #132799