]> granicus.if.org Git - python/commit
PyUnicode_Contains(): The memcmp() call didn't take into account the
authorBarry Warsaw <barry@python.org>
Tue, 6 Aug 2002 19:03:17 +0000 (19:03 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Aug 2002 19:03:17 +0000 (19:03 +0000)
commit6a043f3fe8394fe8f8178df313ccf7af69ba50b9
tree104cf461e8436351d333ddb12abed6e2bec7d910
parent496e6581e1f4fab85014b17c3db95e0378c4ffc0
PyUnicode_Contains(): The memcmp() call didn't take into account the
width of Py_UNICODE.  Good catch, MAL.
Objects/unicodeobject.c