python-future-then icon indicating copy to clipboard operation
python-future-then copied to clipboard

Does not work with python 3.8

Open jrosiek opened this issue 5 years ago • 0 comments

# ...
File ".../python3.8/site-packages/futures_then/futures_then.py", line 157, in _done_handler
    new_future.set_exception_info(ex, trace_back)
AttributeError: 'ThenableFuture' object has no attribute 'set_exception_info'

jrosiek avatar Apr 05 '20 08:04 jrosiek