Yury Selivanov added the comment:

> Is there are a specific reason this implicit exception handler can't be 
> decomposed and implemented using the same opcodes as are used to implement 
> explicit exception handlers?

I don't think it's possible to replace ASYNC_WITH_CLEANUP_EXCEPT opcode with 
some combination of existing opcodes.

What might be possible is to implement 'async with' without using 
WITH_CLEANUP_* opcodes at all.  Let me try that.

----------

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

Reply via email to