Python Interpreter 2.7, 2.6 unicode size UCS2 or UCS4

Hi

I am crazy enough to create cbinded addons for kodi running on linuxes. I am following PEP513, manylinux1 format with libcso.6 dependency only. Rest of the modules are compiled statically.

My question is, in default kodi distributions>=13, is there any python interpreter compiled with UCS4 wide unicode support? I have check Makefiles in git repo of xbmc, could not see, can any experienced xbmc guy help me about it?

Also what is the situation on non-linux distros? (i mean android, windows etc..)