mirror of
https://github.com/python/cpython.git
synced 2026-05-21 11:54:48 -04:00
bf935fde15
possible. This always called PyUnicode_Check() and PyString_Check(), at least one of which would call PyType_IsSubtype(). Also, this would call PyString_Size() on known string objects.