summaryrefslogtreecommitdiff
path: root/Python/marshal.c
diff options
context:
space:
mode:
authorGreg Price <gnprice@gmail.com>2019-09-09 08:20:40 -0700
committerT. Wouters <thomas@python.org>2019-09-09 08:20:40 -0700
commit3cbc23aa229bc5ec04845053df78eae5f54e0497 (patch)
tree05595485547709f8dffde81fc144f0119c687940 /Python/marshal.c
parent65366bc8bdc4716ebc361e622590b45a6e5aef07 (diff)
downloadcpython-git-3cbc23aa229bc5ec04845053df78eae5f54e0497.tar.gz
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.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions