Yusuke Tsutsumi added the comment:

I'm interested in taking this on. I'm considering for this approach, creating a 
new MagicProxy class specifically for async, and assigning __aexit__ and 
__aenter__ to those.

The __call__ method itself has to be detected as asynchronous, and I don't 
believe it's possible for a __call__ to behave appropriately for both 
asynchronous and synchronous cases.

----------
nosy: +tsutsumi

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

Reply via email to