]> granicus.if.org Git - python/commit
Issue #9425: Create Py_UNICODE_strncmp() function
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 22:03:11 +0000 (22:03 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 22:03:11 +0000 (22:03 +0000)
commitef8d95c4987cc5dd358e718c992c6bb629380702
treed2a587c813ca20d453608e309d393e5829cd2b1a
parent405038ac1c49f8d02e43d9542e70bc3beb2820c1
Issue #9425: Create Py_UNICODE_strncmp() function

The code is based on strncmp() of the libiberty library,
function in the public domain.
Include/unicodeobject.h
Objects/unicodeobject.c