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, corona10, jstasiak, methane, serhiy.storchaka, uriyyo
Date 2020-11-17.15:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605627811.2.0.837800355273.issue42202@roundup.psfhosted.org>
In-reply-to
Content
For top level functions (functions created once) this isn't going to make any real difference. There might be a small speedup for function creation, but it isn't going to be measurable.

For nested functions with annotations, where many functions are created from a single code object, this could be worthwhile.

However, before we add yet another attribute to code objects, I'd like to see some evidence of a speedup.
History
Date User Action Args
2020-11-17 15:43:31Mark.Shannonsetrecipients: + Mark.Shannon, methane, serhiy.storchaka, jstasiak, corona10, uriyyo
2020-11-17 15:43:31Mark.Shannonsetmessageid: <1605627811.2.0.837800355273.issue42202@roundup.psfhosted.org>
2020-11-17 15:43:31Mark.Shannonlinkissue42202 messages
2020-11-17 15:43:31Mark.Shannoncreate