Message266447
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. |
|
| Date |
User |
Action |
Args |
| 2016-05-26 18:55:33 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, vstinner |
| 2016-05-26 18:55:33 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2016-05-26 18:55:33 | serhiy.storchaka | link | issue27129 messages |
| 2016-05-26 18:55:33 | serhiy.storchaka | create | |
|