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 Mark.Shannon, gvanrossum, python-dev, serhiy.storchaka, tomkpz
Date 2021-03-15.09:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615800238.14.0.33746068239.issue42917@roundup.psfhosted.org>
In-reply-to
Content
> There are also other ideas floating about for improving memory locality related to the frame stack, e.g. putting the stack frames in an array instead of a linked list.

Would it work with generators and coroutines?
History
Date User Action Args
2021-03-15 09:23:58serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, Mark.Shannon, python-dev, tomkpz
2021-03-15 09:23:58serhiy.storchakasetmessageid: <1615800238.14.0.33746068239.issue42917@roundup.psfhosted.org>
2021-03-15 09:23:58serhiy.storchakalinkissue42917 messages
2021-03-15 09:23:58serhiy.storchakacreate