On Tue, 24 Nov 2015 16:29:21 +0100
Christoph Zwerschke <[email protected]> wrote:

> Am 24.11.2015 um 04:57 schrieb D'Arcy J.M. Cain:
>  > Same failure under 2 and same segfault under 3.
>  >
>  > It segfaults in testSetDecimalPoint, the same test that has the
>  > error in Python 2.
> 
> Can you try again (see my last commit message about NetBSD)? Don't 
> forget to recompile and reinstall the C extension.

It no longer segfaults.  I am not sure that you needed to make such a
drastic fix though.  Did you consider casting to unsigned int?  I
suspect that the problem was chars > 127 being converted to negative
numbers.  The only negative number allowed to those macros is -1.

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:[email protected]
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to