]> granicus.if.org Git - python/commit
Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 3 May 2009 22:33:34 +0000 (22:33 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 3 May 2009 22:33:34 +0000 (22:33 +0000)
commit01fce5adc0ca353122a72af905a084ac37ea7bc1
tree746a1af029ded3d952827b7678c1000b1f344041
parent777e4ff5039d1ac5aba9bb16b6edcb00d4d7c151
Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
Python/pystrtod.c