]> granicus.if.org Git - python/commit
Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incorrect...
authorBob Ippolito <bob@redivi.com>
Thu, 25 May 2006 19:33:38 +0000 (19:33 +0000)
committerBob Ippolito <bob@redivi.com>
Thu, 25 May 2006 19:33:38 +0000 (19:33 +0000)
commit04ab994dcae13a3243448ff008b71025291fdc40
tree2c5aa28bcefb3e3064238d1783cc703a97ad8de5
parent554da412a8c0b62d62babd9fd2f63645b46369fe
Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incorrect INT_MIN and INT_MAX
Modules/_struct.c