This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:33serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner
2016-05-26 18:55:33serhiy.storchakasetmessageid: <1464288933.11.0.881026034037.issue27129@psf.upfronthosting.co.za>
2016-05-26 18:55:33serhiy.storchakalinkissue27129 messages
2016-05-26 18:55:33serhiy.storchakacreate