]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see...
authorBenjamin Peterson <benjamin@python.org>
Mon, 10 Jun 2013 16:19:46 +0000 (09:19 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 10 Jun 2013 16:19:46 +0000 (09:19 -0700)
commit7e303731262b9bd7c468c943c9d8f5359be76e4b
tree2efb9de7d37767d4d5429056d2a472b8442ee5ea
parent0e547b66dc206e46b69b91790aa73010290f4fcb
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183)
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c