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 Mark.Shannon
Recipients Mark.Shannon
Date 2021-04-01.11:33:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617276830.47.0.331349599371.issue43693@roundup.psfhosted.org>
In-reply-to
Content
In the interpreter and compiler, the "fast" locals array and cells array are treated separately. By merging them in the compiler, the interpreter can be simplified a bit.
History
Date User Action Args
2021-04-01 11:33:50Mark.Shannonsetrecipients: + Mark.Shannon
2021-04-01 11:33:50Mark.Shannonsetmessageid: <1617276830.47.0.331349599371.issue43693@roundup.psfhosted.org>
2021-04-01 11:33:50Mark.Shannonlinkissue43693 messages
2021-04-01 11:33:50Mark.Shannoncreate