]> granicus.if.org Git - python/commit
Use int for the sign rather than a char. char can be signed or unsigned.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 07:37:38 +0000 (07:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 07:37:38 +0000 (07:37 +0000)
commite1027f9034b8a49d0ba6f42c2b1f08e006bc40f1
tree4ca7fda4ce36dc12e3243d84cc0eee777e05d2e1
parent448654f1f86ad988a28655850bf1dbb163d26730
Use int for the sign rather than a char.  char can be signed or unsigned.
It's system dependent.  This might fix the problem with test_rfind failing.
Modules/mmapmodule.c