]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix integer overflow in unicode case operations (closes #22643)
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 Oct 2014 15:47:36 +0000 (11:47 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 Oct 2014 15:47:36 +0000 (11:47 -0400)
commite1bd38c03c16cd27227b3148d2be0ef1ab678448
tree6ca661c659881b0785ed35ed82bdb9e1d07c6831
parent77a75b3db1b3c63833067f6864e62dcf312ded05
fix integer overflow in unicode case operations (closes #22643)
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c