mirror of
https://github.com/python/cpython.git
synced 2026-05-29 07:35:02 -04:00
78e0fc74bc
Changed unicode(i) to return a true Unicode object when i is an instance of a unicode subclass. Added PyUnicode_CheckExact macro.