mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
77282cb4f8
* No need to double-check that strings are ready: test already done by PyUnicode_FromObject() * Remove useless kind variable (use kind1 instead)