commit | ef300937c2a1b3ebe19c2835f3b46585825c1e1f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Jun 02 01:33:17 2023 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 02 01:33:17 2023 +0200 |
tree | 34f151a390fb946ff985ed98e6c1bd096c4d090b | |
parent | cbb9ba844f15f2b8127028e6dfd4681b2cb2376f [diff] |
gh-92536: Remove PyUnicode_READY() calls (#105210) Since Python 3.12, PyUnicode_READY() does nothing and always returns 0.