From: Mark Dickinson Date: Sun, 29 Mar 2009 17:00:24 +0000 (+0000) Subject: Blocked revisions 70688 via svnmerge X-Git-Tag: 3.0~287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3da792690d6d9ef9bed15f878b1f62e51cdcd944;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70688 via svnmerge ........ r70688 | mark.dickinson | 2009-03-29 17:58:21 +0100 (Sun, 29 Mar 2009) | 6 lines Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct module, and remove associated code from test_struct. This was a mechanism for skipping some of the tests for overflow behaviour when packing integers; it's no longer necessary. ........ ---