]> granicus.if.org Git - python/commit
Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct
authorMark Dickinson <dickinsm@gmail.com>
Sun, 29 Mar 2009 16:58:21 +0000 (16:58 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 29 Mar 2009 16:58:21 +0000 (16:58 +0000)
commitb40b947c864e42e81718be1384110a1ac66f1a96
tree378c294db58cf5ad4eb28ebd362428ff8bd1f40d
parent4feda2abc287fcde4ac57364b0cad3756d534fb3
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.
Doc/library/struct.rst
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c