]> granicus.if.org Git - python/commit
bug #232815
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 3 Jul 2001 19:27:05 +0000 (19:27 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 3 Jul 2001 19:27:05 +0000 (19:27 +0000)
commitee2f18d0ee87f9287d16b3b93986bac1e0b100e4
treec54499bd090a4921a22bf7f1fc8d1124c934131c
parent20006b2d51c21e7bcff96b8a8014037c10665d07
bug #232815

ch is unsigned, so testing for negative values doesn't make
sense (as noticed by the OpenVMS compiler)
Modules/regexpr.c