R. David Murray added the comment:

I don't think your specialized error message adds anything.  The the most 
common mistake, IMO, is going to be not realizing that run_coroutine_threadsafe 
don't return one of the acceptable types.  So being told that 
concurrent.future.Future is not acceptable will add zero additional 
information.  I think the only change that needs to be made is to make the 
existing message say 'asyncio.Future' instead of just 'Future'.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30098>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to