commit | ab1049c0462e760b2568ed050e62d094320481fa | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Aug 08 17:37:00 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Aug 08 17:37:00 2006 +0000 |
tree | 4880dac27cc589e5f7dc52cfda05ce8202946663 | |
parent | b0061c8e93aadc0d7e0c07734e04f056a8bcb8bb [diff] [blame] |
memcmp() can return values other than -1, 0, and +1 but tp_compare must not.
diff --git a/Misc/NEWS b/Misc/NEWS index 04549b9..24b1645 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1536786: buffer comparison could emit a RuntimeWarning. + - Bug #1535165: fixed a segfault in input() and raw_input() when sys.stdin is closed.