]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added "i" and "l" to the list of std-mode struct codes that don't range-
authorTim Peters <tim.peters@gmail.com>
Mon, 18 Jun 2001 22:27:39 +0000 (22:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 18 Jun 2001 22:27:39 +0000 (22:27 +0000)
commit3eec38af37d4593a6ce7a406de3b20d6c2b322f2
tree921d6a51704b7f9f65fceb728c2e07bf629df564
parent5ca576ed0a0c697c7e7547adfd0b3af010fd2053
Added "i" and "l" to the list of std-mode struct codes that don't range-
check correctly on pack().  While these were checking OK on my 32-bit box,
Mark Favas reported failures on a 64-bit box (alas, easy to believe).
Lib/test/test_struct.py