[issue13054] sys.maxunicode value after PEP-393

Ezio Melotti report at bugs.python.org
Thu Sep 29 01:22:45 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Attached a second patch that fixes checks like:
if sys.maxunicode == 65535:
    ...

There are a couple of places (e.g. test_bigmem) where I'm not sure what the best fix is, so I added a couple of XXX in the patch.  If you have any suggestion please comment either here on in the review page.

----------
Added file: http://bugs.python.org/file23254/issue13054-2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13054>
_______________________________________


More information about the Python-bugs-list mailing list