Am 24.11.2015 um 17:38 schrieb D'Arcy J.M. Cain: > It no longer segfaults. I am not sure that you needed to make such a > drastic fix though.
Btw, that check-in contained some more tests. The fix itself was not drastic it all: There were only two similar places where isdigit() was used when parsing the money values, and one place where I used ispunct() to check whether the decimal mark was reasonable, but I'm now checking against a list of chars that's more reasonable.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
