> > This always fails when async==True: > > Can we just skip it when async==True then? IIRC the problem was > non-async callers who didn't have a checkfunc (anaconda). That would work too, but since now we *always* use a checkfunc, the extra check does not seem to be necessary.