]> granicus.if.org Git - python/commit
Cast UCHAR_MAX to int before doing the comparison for overflow of the
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 15 Sep 2000 12:51:01 +0000 (12:51 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 15 Sep 2000 12:51:01 +0000 (12:51 +0000)
commitb763b9d9d572e3794fc78a93ffa7c904510c15f7
tree026a0e73ee436020af9c8488189999e729f02a1b
parent2af72d5d6d25949bcdeb03dd38d9f8753f33d6b5
Cast UCHAR_MAX to int before doing the comparison for overflow of the
B format char.
Python/modsupport.c