Dec. 22, 2009
9:42 p.m.
ti, 2009-12-22 kello 14:32 -0700, Charles R Harris kirjoitti: [clip]
Could you expand a bit on this? There are several places where PyErr_Occurred are called and I am wondering if there is a problem. In fact, I moved one such check and a segfault went away, which made me suspicious...
I think here the point is that since PyOS_acii_strtod used to fail silently, also its replacement should -- so we'd need to clear any raised error before continuing. Pauli