]> granicus.if.org Git - python/commit
Add missing Py_CHARMASK when calling isspace().
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 18 Dec 2008 17:08:57 +0000 (17:08 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 18 Dec 2008 17:08:57 +0000 (17:08 +0000)
commitbaa4546b02e776d60e3f5d8261ff88f03550b230
tree027f908d6856f20cddcc1a4430c626f2ef3fd20a
parent3ad3a0d366e48798f17dc3db4377fc9659d52d05
Add missing Py_CHARMASK when calling isspace().
Found by enabling runtime tests on windows, by disabling the _set_invalid_parameter_handler() fiddling.
Objects/floatobject.c