mirror of
https://github.com/python/cpython.git
synced 2026-05-31 00:28:25 -04:00
7d1df6c9b1
has an extra (optional) output parameter through which it returns the size. Use this in a few places where I used PyUnicode_AsString() + strlen(), and in one new place (which fixes test_pep263).