From: Serhiy Storchaka Date: Wed, 16 Nov 2016 14:12:56 +0000 (+0200) Subject: Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). X-Git-Tag: v3.6.0b4~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df66b9c425f90cc4a5dc910daf4ca3dedcc265c9;p=thirdparty%2FPython%2Fcpython.git Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). --- df66b9c425f90cc4a5dc910daf4ca3dedcc265c9