commit | 9e146bbb7e1c0d872817ac63c60454a201b50039 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Apr 22 13:05:36 2022 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 22 13:05:36 2022 +0200 |
tree | 0ae6a1a7f3aafc0bc6f4be535b01cef621f33129 | |
parent | 82ec638ab706577c043056a57e2a2322b43ef94a [diff] |
gh-80527: Deprecate PEP 623 Unicode functions (#91801) Deprecate functions: * PyUnicode_AS_DATA() * PyUnicode_AS_UNICODE() * PyUnicode_GET_DATA_SIZE() * PyUnicode_GET_SIZE() Previously, these functions were macros and so it wasn't possible to decorate them with Py_DEPRECATED().