]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
memcmp() can return values other than -1, 0, and +1 but tp_compare
authorThomas Heller <theller@ctypes.org>
Tue, 8 Aug 2006 17:42:30 +0000 (17:42 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 8 Aug 2006 17:42:30 +0000 (17:42 +0000)
commitf6f89e602c29b2a0d50ccde6bd8cb36e8c4621d4
treee16e75cf64042ac02463c6334aeaf02064db3726
parent12b23caae7f4d9722e08f8a1c6f8493886588307
memcmp() can return values other than -1, 0, and +1 but tp_compare
must not.
Lib/test/test_types.py
Misc/NEWS
Objects/bufferobject.c