Serhiy Storchaka added the comment:

The patch contains the change of Lib/asyncio/coroutines.py. This is the only 
change in Python code besides the dis module.

I can keep f_lasti to be twice the number of instructions, but this will 
complicate the patch. The simplest way perhaps is to convert this read-only 
attribute to the property that multiplies internal f_lasti by 2.

----------

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

Reply via email to