SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302)

Since PEP 393 in Python 3.3, this value is always 0x10ffff, the
maximum codepoint in Unicode; there's no longer such a thing as a
UCS-2 build of Python, which couldn't properly represent some
characters.

There are a couple of spots left where we still condition on the value
of this constant.  Take them out.
G
Greg Price committed
3cbc23aa229bc5ec04845053df78eae5f54e0497
Parent: 65366bc
Committed by T. Wouters <thomas@python.org> on 9/9/2019, 3:20:40 PM