Message 266447 - Python tracker
Message266447
| Author | serhiy.storchaka |
|---|---|
| Recipients | brett.cannon, serhiy.storchaka, vstinner |
| Date | 2016-05-26.18:55:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1464288933.11.0.881026034037.issue27129@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1464288933.11.0.881026034037.issue27129@psf.upfronthosting.co.za> |
| 2016-05-26 18:55:33 | serhiy.storchaka | link | issue27129 messages |
| 2016-05-26 18:55:33 | serhiy.storchaka | create | |