]> granicus.if.org Git - python/commit
memcmp() can return values other than -1, 0, and +1 but tp_compare
authorThomas Heller <theller@ctypes.org>
Tue, 8 Aug 2006 17:37:00 +0000 (17:37 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 8 Aug 2006 17:37:00 +0000 (17:37 +0000)
commitab1049c0462e760b2568ed050e62d094320481fa
tree4880dac27cc589e5f7dc52cfda05ce8202946663
parentb0061c8e93aadc0d7e0c07734e04f056a8bcb8bb
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