This commit is contained in:
Michael Davidsaver
2013-03-31 16:43:03 -04:00
parent 8b1b880a8a
commit 85f46c9d18

View File

@ -151,7 +151,7 @@ static PyObject* pyRecord_scan(pyRecord *self, PyObject *args, PyObject *kws)
} else {
long ret=-1;
int ran=1;
int ran=0;
setReasonPyRecord(prec, reason);
Py_BEGIN_ALLOW_THREADS {