Compile Python 3 interpreter to force 2-byte unicode

wojtek.mula at gmail.com wojtek.mula at gmail.com
Sat Nov 25 17:05:59 EST 2017


Hi, my goal is to obtain an interpreter that internally
uses UCS-2. Such a simple code should print 65535:

  import sys
  print sys.maxunicode

This is enabled in Windows, but I want the same in Linux.
What options have I pass to the configure script?

w.



More information about the Python-list mailing list