To reduce memory consumption and improve performance, Python uses three kinds of internal representations for Unicode strings:
1 byte per char (Latin-1 encoding)
2 bytes per char (UCS-2 encoding)
4 bytes per char (UCS-4 encoding)
я так понимаю, если добавить руский символ оно сменит биполярочку?