##// END OF EJS Templates
AsyncResult.__getattr__ shouldn't raise TimeoutError...
AsyncResult.__getattr__ shouldn't raise TimeoutError This causes problems for things that use hasattr, e.g. list(ar) checking for `__length_hint__`. tests added for getattr/getitem behavior
MinRK -
r5222:d1c1aaa7
Show More