]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes...
authorMark Dickinson <mdickinson@enthought.com>
Sun, 25 Sep 2011 14:34:32 +0000 (15:34 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 25 Sep 2011 14:34:32 +0000 (15:34 +0100)
commitc7d93b761413834e0ac39f5fc648565a2843121f
tree0bcb66dfcb476fb49a59ce019943f293f003dbc0
parent50203a69b344e80be5000fe87aafad09e84cde85
Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h)
Modules/_datetimemodule.c
Modules/arraymodule.c
Objects/listobject.c
Objects/stringlib/string_format.h