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 eric.snow
Recipients Guido.van.Rossum, Mark.Shannon, eric.snow, gvanrossum, rhettinger, serhiy.storchaka
Date 2021-06-03.16:28:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622737715.82.0.318529639451.issue43693@roundup.psfhosted.org>
In-reply-to
Content
New changeset 2c1e2583fdc4db6b43d163239ea42b0e8394171f by Eric Snow in branch 'main':
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
https://github.com/python/cpython/commit/2c1e2583fdc4db6b43d163239ea42b0e8394171f
History
Date User Action Args
2021-06-03 16:28:35eric.snowsetrecipients: + eric.snow, gvanrossum, rhettinger, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum
2021-06-03 16:28:35eric.snowsetmessageid: <1622737715.82.0.318529639451.issue43693@roundup.psfhosted.org>
2021-06-03 16:28:35eric.snowlinkissue43693 messages
2021-06-03 16:28:35eric.snowcreate